Paygate driver for the Omnipay PHP payment processing library
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"
}
}