anroots/notify 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

anroots/notify

最新稳定版本:2.0.1

Composer 安装命令:

composer require anroots/notify

包简介

A simple Kohana 3 module designed to capture messages from different methods and modules to be displayed later with a unified look and feel.

README 文档

README

Many Applications and Modules need to deliver messages to the user, and there is no uniformity on how that is done. This is where Notify comes in.

Notify is a simple Kohana 3 module designed to capture messages from different methods and modules to be displayed later with a unified look and feel.

Composer

The module can be installed using Composer. An example composer.json file might look like this.

{
	"require": {
		"anroots/notify":"2.*"
	}
}

To download and install the module (you need to have Composer installed first):

$ composer install
Loading composer repositories with package information
Updating dependencies
  - Installing anroots/notify (2.0)
    Downloading: 100%

Writing lock file
Generating autoload files

Requirements

  • Kohana 3.3 (for PSR-0 compliance, rename class files to lowercase to use with Kohana 3.2 or enable the legacy autoloader in bootstrap.php)
  • PHP 5.4

Authors

The module was originally developed by Ricardo de Luna (https://github.com/kaltar/Notify). This is a fork of that work with some added / changed functionality.

统计信息

  • 总下载量: 1.16k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 5
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-11-09