Download the PHP package faiverson/merchants without Composer
On this page you can find all versions of the php package faiverson/merchants. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download faiverson/merchants
More information about faiverson/merchants
Files in faiverson/merchants
Download faiverson/merchants
More information about faiverson/merchants
Files in faiverson/merchants
Vendor faiverson
Package merchants
Short Description Using a merchant handler to use with laravel
License MIT
Package merchants
Short Description Using a merchant handler to use with laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package merchants
Merchant Handler
Use different merchant with Laravel for a direct sale/transaction
Installation
Using composer
composer require merchant-handler
Or add to composer.json
"faiverson/merchant-handler" : "^1.0.0"
How to use
Go to the app.php and add in the providers:
composer require merchant-handler
Faiverson\Merchant\MerchantServiceProvider::class,
The you can inject the dependency in your object 'use Faiverson\Merchant\contract\Merchant;'
public function __construct(Merchant $merchant)
And you can use the 2 methods: purchase and refund
All versions of merchants with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
anlutro/curl Version ^1.4
illuminate/support Version ~5.2
illuminate/config Version ~5.2
illuminate/console Version ~5.2
stripe/stripe-php Version 3.*
anlutro/curl Version ^1.4
illuminate/support Version ~5.2
illuminate/config Version ~5.2
illuminate/console Version ~5.2
stripe/stripe-php Version 3.*
The package faiverson/merchants contains the following files
Loading the files please wait ....