mogozay/omnipay-ayapay

Modified Mogozay Secure Acceptance driver for the ayapay payment processing library

v1.0.0 2021-01-11 12:03 UTC

This package is not auto-updated.

Last update: 2024-04-17 02:01:56 UTC


README

Installation

Ayapay payment provider is installed via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "mogozay/omnipay-ayapay": "~1.0.0"
    }
}

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install (OR) composer install