https://github.com/dereuromark/cakephp-flash
A CakePHP Flash plugin for more powerful flash messages
https://github.com/dereuromark/cakephp-flash
Last synced: about 1 month ago
JSON representation
A CakePHP Flash plugin for more powerful flash messages
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-flash
- Owner: dereuromark
- License: mit
- Created: 2016-10-14T20:00:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T19:08:05.000Z (5 months ago)
- Last Synced: 2025-02-21T04:19:11.530Z (about 2 months ago)
- Language: PHP
- Size: 99.6 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Flash plugin - More powerful flash messages for your application. (Miscellaneous)
README
# CakePHP Flash Plugin
[](https://github.com/dereuromark/cakephp-flash/actions/workflows/ci.yml?query=branch%3Amaster)
[](https://codecov.io/github/dereuromark/cakephp-flash/branch/master)
[](https://packagist.org/packages/dereuromark/cakephp-flash)
[](https://php.net/)
[](LICENSE)
[](https://packagist.org/packages/dereuromark/cakephp-flash)
[](https://github.com/php-fig-rectified/fig-rectified-standards)A plugin for more powerful flash messages in your CakePHP apps.
This branch is for **CakePHP 5.0+**. See [version map](https://github.com/dereuromark/cakephp-flash/wiki#cakephp-version-map) for details.
## Features
- AJAX header support
- Limit of messages per stack key
- Transient flash message support (non persistent, current request only)
- By default 4 types (one more): error, warning, success, info
- Ordered output (error, warning, success, info) and output filtering per type## Demo
See [sandbox demos](https://sandbox.dereuromark.de/sandbox/flash-examples).## Documentation
See [/docs](docs/README.md).