2017 © Pedro Peláez
 

library wayforpay

Wayforpay Laravel API

image

zogxray/wayforpay

Wayforpay Laravel API

  • Monday, August 21, 2017
  • by zogxray
  • Repository
  • 2 Watchers
  • 1 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 0 Open issues
  • 6 Versions
  • 41 % Grown

The README.md

Install

Via Composer, (*1)

``` bash $ composer require zogxray/wayforpay, (*2)


## Laravel #### Register Service Provider Append the following line to the `providers` key in `config/app.php` to register the package: ```php Zogxray\Wayforpay\WayForPayServiceProvider::class,

The package supports auto-discovery, so if you use Laravel 5.5 or later you may skip registering the service provider and facades and instead run php artisan package:discover., (*3)


Register Facades (optional)

If you like facades, you may also append the Wayforpay facade to the aliases key:, (*4)

'Wayforpay' => Zogxray\Wayforpay\WayForPayFacade::class,

Publish Package Assets (optional)

You may additionally publish the package configuration and language file using the vendor:publish Artisan command:, (*5)

php artisan vendor:publish --provider="Zogxray\Wayforpay\WayForPayServiceProvider"

The Versions

21/08 2017

dev-master

9999999-dev

Wayforpay Laravel API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

21/08 2017

v0.5

0.5.0.0

Wayforpay Laravel API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

15/08 2017

v0.4

0.4.0.0

Wayforpay Laravel API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

11/08 2017

v0.3

0.3.0.0

Wayforpay Laravel API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

11/08 2017

v0.2

0.2.0.0

Wayforpay Laravel API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires

11/08 2017

v0.1

0.1.0.0

Wayforpay Laravel API

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

The Development Requires