wjminions / omnipay-p-gold
PGold driver for the Omnipay payment processing library
1.0.1
2017-07-20 03:31 UTC
Requires
- omnipay/common: ~2.0
This package is not auto-updated.
Last update: 2025-03-16 06:59:11 UTC
README
PGold driver for the Omnipay PHP payment processing library
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "wjminions/ommipay-p-gold": "~2.0" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update