Flexible flash notifications system for PHP
Flash messages are a great way to add some simple notifications to users of your website or application about important events that may have happened.
PHPFlasher gives a straightforward way to give feedback messages in the current or the next page to users with a flashing system.
The flashing system basically makes it possible to record a message and store it within the session so that it can be retrieved when needed.
Official Documentation
Documentation for PHPFlasher can be found on the PHPFlasher website.
Why use PHPFlasher ?
The PHPFlasher project supports many notification libraries : tailwindcss, bootstrap, toastr.js, sweet alert 2, pnotify, noty, and notyf and its highly extendable so you can add your custom notifications.
This library is designed, so you can take full control when creating you notifications :
- Display multiple notifications
- Sort and filter notifications
- Render notification from JSON object
- Limit the number of displayed notifications
- Show notifications from different libraries at the same time
- Framework angostic with integration for : Symfony and Laravel
- Support templates
- Easy migration from similar libraries.
- Very flexible so you can add you own adapters
- ...and more
Official Documentation
Documentation for PHPFlasher can be found on the PHPFlasher website.
Contact
PHPFlasher is being actively developed by yoeunes. You can reach out with questions, bug reports, or feature requests on any of the following:
License
PHPFlasher is open-sourced software licensed under the MIT license.
Made with ❤️ by Younes KHOUBZA