php-laminas-mvc-plugin-flashmessenger - Laminas Framework Mvc/Plugin/FlashMessenger component
- Website:
- https://github.com/laminas/laminas-mvc-plugin-flashmessenger
- Licence:
- BSD
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
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 laminas-mvc versions 3.0 and up. Documentation: https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/
Packages
php-laminas-mvc-plugin-flashmessenger-1.9.0-1.remi.src | [53 KiB] |
Changelog by Remi Collet (2022-10-24):
- update to 1.9.0 - raise dependency on PHP 8.0 |
php-laminas-mvc-plugin-flashmessenger-1.8.1-1.remi.src | [54 KiB] |
Changelog by Remi Collet (2022-08-03):
- update to 1.8.1 (no change) |
php-laminas-mvc-plugin-flashmessenger-1.8.0-1.remi.src | [52 KiB] |
Changelog by Remi Collet (2022-06-28):
- update to 1.8.0 |
php-laminas-mvc-plugin-flashmessenger-1.7.0-1.remi.src | [50 KiB] |
Changelog by Remi Collet (2022-01-10):
- update to 1.7.0 - raise dependency on PHP 7.4 - raise dependency on laminas-mvc 3.3 - raise dependency on laminas-session 2.12.0 - raise dependency on laminas-stdlib 3.6.4 - raise dependency on laminas-view 2.13.1 |
php-laminas-mvc-plugin-flashmessenger-1.5.0-1.remi.src | [41 KiB] |
Changelog by Remi Collet (2021-12-08):
- update to 1.5.0 (no change) - keep compatibility using laminas-zendframework-bridge as this is only used using compat autolader |
php-laminas-mvc-plugin-flashmessenger-1.4.0-1.remi.src | [40 KiB] |
Changelog by Remi Collet (2021-12-01):
- update to 1.4.0 |
php-laminas-mvc-plugin-flashmessenger-1.3.0-1.remi.src | [40 KiB] |
Changelog by Remi Collet (2021-04-14):
- update to 1.3.0 - raise dependency on PHP 7.3 - raise dependency on laminas-view 2.12 - switch to phpunit9 |
php-laminas-mvc-plugin-flashmessenger-1.2.0-5.remi.src | [26 KiB] |
Changelog by Remi Collet (2021-03-25):
- add patch for PHP 8 from https://github.com/laminas/laminas-mvc-plugin-flashmessenger/pull/11 |