Download the PHP package arniro/laravel-paybox without Composer
On this page you can find all versions of the php package arniro/laravel-paybox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arniro/laravel-paybox
More information about arniro/laravel-paybox
Files in arniro/laravel-paybox
Download arniro/laravel-paybox
More information about arniro/laravel-paybox
Files in arniro/laravel-paybox
Vendor arniro
Package laravel-paybox
Short Description A Laravel wrapper for Paybox payment
License MIT
Homepage https://github.com/arniro/laravel-paybox
Package laravel-paybox
Short Description A Laravel wrapper for Paybox payment
License MIT
Homepage https://github.com/arniro/laravel-paybox
Please rate this library. Is it a good library?
Informations about the package laravel-paybox
A Laravel wrapper for Paybox Payment Gateway
Only receiving payments are currently supported.
Installation
- Install the package via composer:
composer require arniro/laravel-paybox
- Publish configuration file:
php artisan vendor:publish --tag paybox-config
- Set
merchant_id
andsecret_key
in the config file
Usage
All you need to do is to redirect a user to the generated url of a Paybox website:
You can also override any configuration values except merchant_id
and secret_key
while generating an url:
By default, all payments will be made in the testing mode until you're in production. Feel free to change this behaviour in the configuration file.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-paybox with dependencies
PHP Build Version
Package Version
The package arniro/laravel-paybox contains the following files
Loading the files please wait ....