This package implements Tpay support for Omnipay v2 and v3.
Tpay is installed via Composer.
To install with Omnipay v2, simply add it to your composer.json
file:
{
"require": {
"mobtitude/omnipay-tpay": "~2.0"
}
}
And run composer to update your dependencies.
To install with Omnipay v3, simply add it to your composer.json
file:
{
"require": {
"mobtitude/omnipay-tpay": "~3.0"
}
}
And run composer to update your dependencies.
For general usage instructions, please see the main Omnipay repository.
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.