zwiebelmettwurst / omnipay-asiapay
Asiapay driver for the Omnipay payment processing library
Package info
github.com/Zwiebelmettwurst/omnipay-asiapay
pkg:composer/zwiebelmettwurst/omnipay-asiapay
1.4
2024-05-19 22:46 UTC
Requires
- omnipay/common: ^3.2
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": {
"zwiebelmettwurst/ommipay-asiapay": "~2.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update