Download the PHP package johnenokyan/omnipay_ameria without Composer
On this page you can find all versions of the php package johnenokyan/omnipay_ameria. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download johnenokyan/omnipay_ameria
More information about johnenokyan/omnipay_ameria
Files in johnenokyan/omnipay_ameria
Package omnipay_ameria
Short Description AmeriaBank gateway for Omnipay payment processing library
License MIT
Homepage https://github.com/johnenokyan/omnipay_ameria
Informations about the package omnipay_ameria
Omnipay: Ameria
Ameria bank 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 Ameria 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 paymentsistem/omnipay-ameria
Basic Usage
-
Use Omnipay gateway class:
-
Initialize Ameria gateway:
-
Call purchase, it will automatically redirect to ameria's hosted page
- Create a webhook controller to handle the callback request at your
RESULT_URLand catch the webhook as follows
Information
In this package implemented AmeriaBank integration vPOS 3.0.
API interaction is performed via data exchange through Rest (except administration page: SOAP) .
For more information read ameria Bank documentation.
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.