Download the PHP package arm092/omnipay-telcell without Composer
On this page you can find all versions of the php package arm092/omnipay-telcell. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package omnipay-telcell
Omnipay: Telcell
Telcell 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 Telcell 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-telcell
Basic Usage
-
Use Omnipay gateway class:
-
Initialize Telcell gateway:
-
Call purchase, it will automatically redirect to Telcell's hosted page
- Create a webhook controller to handle the callback request at your
CALLBACK_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.
All versions of omnipay-telcell with dependencies
php-http/client-implementation Version ^1
php-http/message Version ^1.5
php-http/discovery Version ^1.14
symfony/http-foundation Version ^2.1|^3|^4|^5|^6
moneyphp/money Version ^3.1|^4.0.3