tpay-com / omnipay
Tpay gateway for Omnipay payment processing library
Requires
- omnipay/common: ^3.2
- tpay-com/tpay-php: ^2.4
Requires (Dev)
- omnipay/tests: ^4.1
- php-http/guzzle7-adapter: ^1.0
- php-parallel-lint/php-parallel-lint: ^1.3.2
This package is auto-updated.
Last update: 2024-10-28 09:54:29 UTC
README
Omnipay is a framework-agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Tpay support for Omnipay. It requires PHP 5.6+.
Polish version 🇵🇱 wersja polska
Installation
Tpay is installed via Composer. To install, simply add it
to your composer.json
file:
composer require tpay-com/omnipay:~2.0
Basic Usage
For general usage instructions, please see the main Omnipay repository.
Support
If you are having general issue 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.
If you have found a bug, please report it using the GitHub issue tracker, or fork the library and submit a pull request.