ntholenaar / laravel-multisafepay-client
Laravel bridge for the ntholenaar/multisafepay-client package.
Installs: 6 375
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
Requires (Dev)
- php-http/guzzle6-adapter: ^1.1.1
- phpunit/phpunit: ~6.0
- squizlabs/php_codesniffer: 2.*
README
Please use the officially supported client by Multisafepay(https://github.com/MultiSafepay/laravel-api)
Laravel bridge package for the MultiSafepay Client.
Requirements
The following versions of PHP are supported.
- PHP 7.0
- Laravel 5.6
- HTTPlug compatible HTTP Library. (See: http://docs.php-http.org/en/latest/httplug/users.html)
Installation
You can use composer require
to add the client to your composer.json
file.
$ composer require ntholenaar/laravel-multisafepay-client
When using Laravel 5.5 the service provider and facade are automatic registered.
Add the service provider to the service providers array within the config/app.php
file.
\Ntholenaar\LaravelMultiSafepayClient\Providers\MultiSafepayClientServiceProvider::class,
Add the Facade to the alias array within the config/app.php
file.
'MultiSafepayClient' => Ntholenaar\LaravelMultiSafepayClient\Facades\MultiSafepayClient::class,
Publish the package configuration
$ php artisan vendor:publish
Usage
For information about how to use this package see the main repository: https://github.com/nielstholenaar/multisafepay-client.
Credits
License
The MIT License (MIT). Please see License File for more information.