ck-developer/omnipay-module

Omnipay module for Zend Framework 2

1.0.0 2016-07-08 10:21 UTC

This package is auto-updated.

Last update: 2024-04-09 01:43:14 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Omnipay for Zend Framework 2.

Installation

  1. Install the module via composer by running:

    $ composer require ck-developer/omnipay-module
  2. Add the OmnipayModule module to the module section of your config/application.config.php.

  3. Copy ./vendor/ck-developer/omnipay-module/config/omnipay.local.php.dist to ./config/autoload/omnipay.local.php. Change any settings in it according to your needs.