Awesome
Omnipay: Tpay
This repository is abandoned. Please use This repo https://github.com/tpay-com/omnipay
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 :poland: wersja polska
Installation
Tpay is installed via Composer. To install, simply add it
to your composer.json
file:
{
"require": {
"omnipay/tpay": "~1.0"
}
}
And run Composer to update your dependencies:
curl -s https://getcomposer.org/installer | php
php composer.phar update
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.