Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dereuromark/cakephp-flash
A CakePHP Flash plugin for more powerful flash messages
https://github.com/dereuromark/cakephp-flash
Last synced: about 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T10:51:10.000Z (8 months ago)
- Last Synced: 2024-10-11T06:32:52.276Z (2 months ago)
- Language: PHP
- Size: 96.7 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
[![CI](https://github.com/dereuromark/cakephp-flash/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-flash/actions/workflows/ci.yml?query=branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/dereuromark/cakephp-flash/master.svg)](https://codecov.io/github/dereuromark/cakephp-flash/branch/master)
[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-flash/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-flash)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![License](https://poser.pugx.org/dereuromark/cakephp-flash/license.svg)](LICENSE)
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-flash/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-flash)
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](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).