zendframework/zend-mvc-plugin-flashmessenger
Plugin for creating and exposing flash messages via zend-mvc controllers
1.1.0
2018-04-30 18:47 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-mvc: ^3.0
- zendframework/zend-session: ^2.8.5
- zendframework/zend-stdlib: ^2.7 || ^3.0
- zendframework/zend-view: ^2.10
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.4
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-i18n: ^2.8
Conflicts
- zendframework/zend-mvc: <3.0.0
README
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.
- File issues at https://github.com/zendframework/zend-mvc-plugin-flashmessenger/issues
- Documentation is at https://docs.zendframework.com/zend-mvc-plugin-flashmessenger/