ck-developer / omnipay-module
Omnipay module for Zend Framework 2
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=5.4.0
- omnipay/common: ~2.0
- zendframework/zendframework: 2.*
Requires (Dev)
- omnipay/paypal: ~2.0
- phpunit/phpunit: ~4.0
Suggests
- omnipay/paypal: ~2.0
This package is auto-updated.
Last update: 2024-11-09 03:34:04 UTC
README
Omnipay for Zend Framework 2.
Installation
-
Install the module via composer by running:
$ composer require ck-developer/omnipay-module
-
Add the
OmnipayModule
module to the module section of yourconfig/application.config.php
. -
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.