Download the PHP package mx13/accept without Composer
On this page you can find all versions of the php package mx13/accept. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package accept
Accept
- Introduction
- Installation
- Usage
Introduction
A Laravel package which simplifies working with 'Accept payment gateway' API
Installation
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require mx13/accept
Requires PHP 7.2 and above.
Dependencies:
- guzzlehttp/guzzle
Run this console command after installation
php artisan accept:install
This command will add the following required lines to your project .env file `
If you would like to override Accept package default configuration run the following command:
php artisan vendor:publish --tag=accept-config
Usage
Finally you can retrieve your iframe src by calling
$iframeUrl = $payment->getIframeUrl();
All versions of accept with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3@dev
The package mx13/accept contains the following files
Loading the files please wait ....