https://github.com/ck-developer/omnipay-module
Omnipay multi-gateway payment processing library for Zend Framework 2.
https://github.com/ck-developer/omnipay-module
Last synced: 12 months ago
JSON representation
Omnipay multi-gateway payment processing library for Zend Framework 2.
- Host: GitHub
- URL: https://github.com/ck-developer/omnipay-module
- Owner: ck-developer
- Created: 2016-07-07T14:51:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T10:22:55.000Z (over 9 years ago)
- Last Synced: 2025-01-11T04:29:17.032Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omnipay Module
[](https://travis-ci.org/ck-developer/omnipay-module) [](https://packagist.org/packages/ck-developer/omnipay-module) [](https://packagist.org/packages/ck-developer/omnipay-module) [](https://packagist.org/packages/ck-developer/omnipay-module) [](https://packagist.org/packages/ck-developer/omnipay-module)
[Omnipay](http://omnipay.thephpleague.com) for Zend Framework 2.
## Installation
1. Install the module via composer by running:
```bash
$ 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.