ssjowowo / dotpay
Dotpay driver for the Omnipay payment processing library
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 713
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 6
pkg:composer/ssjowowo/dotpay
Requires
- omnipay/common: ~2.0
Requires (Dev)
- omnipay/tests: ~2.0
This package is not auto-updated.
Last update: 2020-12-20 19:15:59 UTC
README
Dotpay 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": {
"omnipay/dotpay": "~2.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
The following gateways are provided by this package:
- Dotpay
For general usage instructions, please see the main Omnipay repository.