pdaw / zf2-php-deal-module
此包的最新版本(0.1.2)没有提供许可证信息。
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: 2024-09-20 19:04:24 UTC
README
用于 php-deal 库 的 Zend Framework 2 模块。
安装
Composer
composer require pdaw/zf2-php-deal-module
在 zend 应用程序配置中加载模块
'PhpDealModule'
请随意更改默认配置
'php-deal-module' => [
'debug' => true,
'appDir' => $basicDirectory . '/module/',
'cacheDir' => $basicDirectory . '/data/php-deal-cache/'
],
其中 $basicDirectory 是 APPLICATION_PATH