Download the PHP package gauravjain028/omnipay-ameria without Composer
On this page you can find all versions of the php package gauravjain028/omnipay-ameria. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gauravjain028/omnipay-ameria
More information about gauravjain028/omnipay-ameria
Files in gauravjain028/omnipay-ameria
Package omnipay-ameria
Short Description Ameria gateway for Omnipay payment processing library
License MIT
Homepage https://github.com/gauravjain028/omnipay-ameria
Informations about the package omnipay-ameria
Omnipay: Ameria
Ameria 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 gauravjain028/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
AMERIA_RESULT_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 announcements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.