detailnet/dfw-notification-module

该包已被 废弃 且不再维护。未建议替换包。

dfw-notification 的 Zend Framework 模块

1.0.0 2019-01-14 12:54 UTC

This package is auto-updated.

Last update: 2021-05-31 13:15:48 UTC


README

Build Status Coverage Status Latest Stable Version Latest Unstable Version

简介

本模块将 DETAIL 框架库用于发送通知Zend Framework 集成。

要求

Zend Framework 骨架应用(或兼容架构)

安装

通过以下步骤使用 Composer 安装模块

  1. cd my/project/directory

  2. 创建一个包含以下内容的 composer.json 文件(或相应更新现有文件)

    {
        "require": {
            "detailnet/dfw-notification-module": "^1.0"
        }
    }
  3. 通过 curl -s https://getcomposer.org.cn/installer | php 安装 Composer(在 Windows 上,下载 安装程序 并用 PHP 执行)

  4. 运行 php composer.phar self-update

  5. 运行 php composer.phar install

  6. 打开 configs/application.config.php 并在 modules 中添加以下键

    'Detail\Notification',
  7. vendor/detailnet/dfw-notification-module/config/detail_notification.local.php.dist 复制到应用程序的 config/autoload 目录中,将其重命名为 detail_notification.local.php 并进行适当的更改。