ptuchik / omnipay-dotpay
Dotpay driver for the Omnipay payment processing library
dev-master / 1.0.x-dev
2018-11-25 23:45 UTC
Requires
- omnipay/common: ~3.0
Requires (Dev)
- omnipay/tests: ~3.0
This package is auto-updated.
Last update: 2024-11-14 02:58:21 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.