Download the PHP package arm092/omnipay-ameriabank without Composer
On this page you can find all versions of the php package arm092/omnipay-ameriabank. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arm092/omnipay-ameriabank
More information about arm092/omnipay-ameriabank
Files in arm092/omnipay-ameriabank
Package omnipay-ameriabank
Short Description AmeriaBank gateway for Omnipay payment processing library
License MIT
Homepage https://github.com/arm092/omnipay-ameriabank
Informations about the package omnipay-ameriabank
Omnipay: AmeriaBank
AmeriaBank driver for the Omnipay Laravel payment processing library
Omnipay is a framework-agnostic, multi-gateway payment processing library for PHP 5.5+. This package implements Arca support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
composer update
Or you can simply run
composer require arm092/omnipay-ameriabank
Basic Usage
-
Use Omnipay gateway class:
-
Initialize Ameria gateway:
-
Call send, check if request is successful and redirect to AmeriaBank's hosted page
- Create a webhook controller to handle the back URL request at your
AMERIA_RETURN_URL
and catch the webhook as follows
For general usage instructions, please see the main Omnipay repository.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.