2017 © Pedro Peláez
 

library zend-mvc-plugin-flashmessenger

Plugin for creating and exposing flash messages via zend-mvc controllers

image

zendframework/zend-mvc-plugin-flashmessenger

Plugin for creating and exposing flash messages via zend-mvc controllers

  • Tuesday, June 5, 2018
  • by zendframework
  • Repository
  • 22 Watchers
  • 6 Stars
  • 329,426 Installations
  • PHP
  • 41 Dependents
  • 5 Suggesters
  • 9 Forks
  • 4 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

zend-mvc-plugin-flashmessenger

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mvc-plugin-flashmessenger., (*1)

Build Status Coverage Status, (*2)

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., (*3)

This component provides a flash messenger controller plugin for zend-mvc versions 3.0 and up., (*4)

Installation

Run the following to install this library:, (*5)

$ composer require zendframework/zend-mvc-plugin-flashmessenger

If you are using the zend-component-installer, you're done!, (*6)

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)., (*7)

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-mvc-plugin-flashmessenger/, (*8)

Support

The Versions

05/06 2018

dev-develop

dev-develop

Plugin for creating and exposing flash messages via zend-mvc controllers

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

mvc zf2 zendframework zf

05/06 2018

dev-master

9999999-dev

Plugin for creating and exposing flash messages via zend-mvc controllers

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

mvc zf2 zendframework zf

30/04 2018

1.1.0

1.1.0.0

Plugin for creating and exposing flash messages via zend-mvc controllers

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

mvc zendframework zf