zendframework/zend-mvc-plugin-flashmessenger
最新稳定版本:1.2.0
Composer 安装命令:
composer require zendframework/zend-mvc-plugin-flashmessenger
包简介
Plugin for creating and exposing flash messages via zend-mvc controllers
关键字:
README 文档
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-mvc-plugin-flashmessenger.
Flash messages derive from Rails,
and are used to expose messages from one action to the next, after which they
are cleared; a typical use case is with
Post/Redirect/Get, where
they are created in the POST handler, and then displayed by the GET handler
to indicate success or failure to the end-user.
This component provides a flash messenger controller plugin for zend-mvc versions 3.0 and up.
Installation
Run the following to install this library:
$ composer require zendframework/zend-mvc-plugin-flashmessenger
If you are using the zend-component-installer, you're done!
If not, you will need to add the component as a module to your
application. Add the entry 'Zend\Mvc\Plugin\FlashMessenger' to
your list of modules in your application configuration (typically
one of config/application.config.php or config/modules.config.php).
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-mvc-plugin-flashmessenger/
Support
统计信息
- 总下载量: 1.47M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 3
- 依赖项目数: 32
- 推荐数: 3
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2026-01-04