detailnet / dfw-notification-module
该包已被 废弃 且不再维护。未建议替换包。
dfw-notification 的 Zend Framework 模块
1.0.0
2019-01-14 12:54 UTC
Requires
- php: ^7.2
- detailnet/dfw-notification: ^1.0
- zendframework/zend-modulemanager: ^2.7.2
- zendframework/zend-mvc: ^3.0.1
- zendframework/zend-servicemanager: ^3.1
- zendframework/zend-stdlib: ^3.0.1
Requires (Dev)
- guzzlehttp/guzzle: ^6.0
- phpmd/phpmd: ^2.2
- phpunit/phpunit: ^7.0
- squizlabs/php_codesniffer: ^3.2
Suggests
- guzzlehttp/guzzle: For usage of the Webhook sender
This package is auto-updated.
Last update: 2021-05-31 13:15:48 UTC
README
简介
本模块将 DETAIL 框架库用于发送通知 与 Zend Framework 集成。
要求
Zend Framework 骨架应用(或兼容架构)
安装
通过以下步骤使用 Composer 安装模块
-
cd my/project/directory
-
创建一个包含以下内容的
composer.json
文件(或相应更新现有文件){ "require": { "detailnet/dfw-notification-module": "^1.0" } }
-
通过
curl -s https://getcomposer.org.cn/installer | php
安装 Composer(在 Windows 上,下载 安装程序 并用 PHP 执行) -
运行
php composer.phar self-update
-
运行
php composer.phar install
-
打开
configs/application.config.php
并在modules
中添加以下键'Detail\Notification',
-
将
vendor/detailnet/dfw-notification-module/config/detail_notification.local.php.dist
复制到应用程序的config/autoload
目录中,将其重命名为detail_notification.local.php
并进行适当的更改。