s1nb2 / omnipay-paygate
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
pkg:composer/s1nb2/omnipay-paygate
Requires
- omnipay/common: ~3.0
Requires (Dev)
- omnipay/tests: ~3.0
This package is auto-updated.
Last update: 2025-12-18 00:37:07 UTC
README
Paygate driver for the Omnipay PHP payment processing library
Installation
Composer
If you use Composer, you can run the following command from the root of your project:
composer require s1nb2/omnipay-paygate:dev-master
Or add s1nb2/omnipay-paygate to your composer.json file:
{
"require": {
"s1nb2/omnipay-paygate": "dev-master"
}
}