wjminions / omnipay-cod
Cod driver for the Omnipay payment processing library
1.0.0
2019-03-20 04:32 UTC
Requires
- omnipay/common: ~2.0
This package is auto-updated.
Last update: 2026-03-20 21:11:44 UTC
README
Cod 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-cod": "~2.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update