pdaw / zf2-php-deal-module
There is no license information available for the latest version (0.1.2) of this package.
0.1.2
2016-04-11 16:09 UTC
Requires
- php: >=5.5
- lisachenko/php-deal: ~0.3
- zendframework/zend-eventmanager: ~2.3
- zendframework/zend-servicemanager: ~2.3
This package is not auto-updated.
Last update: 2026-03-07 02:14:09 UTC
README
Zend Framework 2 module for php-deal library.
Installation
Composer
composer require pdaw/zf2-php-deal-module
Load module in zend application config
'PhpDealModule'
Feel free to change default configuration
'php-deal-module' => [
'debug' => true,
'appDir' => $basicDirectory . '/module/',
'cacheDir' => $basicDirectory . '/data/php-deal-cache/'
],
where $basicDirectory is APPLICATION_PATH