wjminions / omnipay-paydollar
Paydollar driver for the Omnipay payment processing library
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 4
Open Issues: 1
pkg:composer/wjminions/omnipay-paydollar
Requires
- omnipay/common: ~2.0
This package is not auto-updated.
Last update: 2025-10-26 01:33:04 UTC
README
Paydollar 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-paydollar": "~2.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update