jannza / safecharge
safecharge driver for the Omnipay payment processing library
dev-master / 1.0.x-dev
2017-08-15 15:10 UTC
Requires
- omnipay/common: ~2.0
This package is not auto-updated.
Last update: 2026-03-06 09:07:38 UTC
README
Omnipay is installed via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"jannza/safecharge": "^1.0@dev"
}
}
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:
- Safecharge
For general usage instructions, please see the main Omnipay repository.