You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 20:42:56 +01:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 419cca27ca | |||
| b74f36b824 | |||
| fc4dbd5a1d | |||
| de1556435a | |||
| 6cf3101dec | |||
| aba8f328f0 | |||
| 5d31249b4c | |||
| edfc554c21 | |||
| 33220ce041 | |||
| 056dc821c2 | |||
| 27c7b2e79a | |||
| 14ccfc56c7 |
@@ -1,69 +1,51 @@
|
||||
<p align="center">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/php-flasher/art/main/php-flasher-logo-dark.svg">
|
||||
<img width="600" src="https://raw.githubusercontent.com/php-flasher/art/main/php-flasher-logo.svg" alt="PHPFlasher Logo">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/php-flasher/art/main/php-flasher-github-dark.png">
|
||||
<img src="https://raw.githubusercontent.com/php-flasher/art/main/php-flasher-github.png" alt="PHPFlasher Logo">
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
<p align="center">Flexible flash notifications system for PHP</p>
|
||||
## About PHPFlasher
|
||||
|
||||
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 is a powerful and easy-to-use package that allows you to quickly and easily add flash messages to your Laravel or Symfony projects.
|
||||
Whether you need to alert users of a successful form submission, an error, or any other important information, flash messages are a simple and effective solution for providing feedback to your users.
|
||||
|
||||
PHPFlasher gives a straightforward way to give feedback messages in the current or the next page to users with a flashing system.
|
||||
With PHPFlasher, you can easily record and store messages within the session, making it simple to retrieve and display them on the current or next page.
|
||||
This improves user engagement and enhances the overall user experience on your website or application.
|
||||
|
||||
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.
|
||||
Whether you're a beginner or an experienced developer, PHPFlasher's intuitive and straightforward design makes it easy to integrate into your projects.
|
||||
So, if you're looking for a reliable, flexible and easy to use flash messages solution, PHPFlasher is the perfect choice.
|
||||
|
||||
|
||||
## Official Documentation
|
||||
|
||||
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
|
||||
Documentation for PHPFlasher can be found on the [https://php-flasher.io](https://php-flasher.io).
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/php-flasher/flasher">
|
||||
<img src="https://img.shields.io/badge/source-php--flasher/flasher-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/php-flasher/flasher/releases">
|
||||
<img src="https://img.shields.io/github/tag/php-flasher/flasher.svg">
|
||||
</a>
|
||||
<a href="https://github.com/php-flasher/flasher/blob/master/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg">
|
||||
</a>
|
||||
<a href="https://packagist.org/packages/php-flasher/flasher">
|
||||
<img src="https://img.shields.io/packagist/dt/php-flasher/flasher.svg">
|
||||
</a>
|
||||
<a href="https://packagist.org/packages/php-flasher/flasher">
|
||||
<img src="https://img.shields.io/packagist/php-v/php-flasher/flasher.svg?style=flat-square">
|
||||
</a>
|
||||
</p>
|
||||
## Sponsors
|
||||
|
||||
# Why use PHPFlasher ?
|
||||
We are grateful for the support provided by our sponsors, who have made it possible for us to develop and improve the package. Special thanks to:
|
||||
|
||||
The PHPFlasher project supports many notification libraries : [__toastr.js__](https://php-flasher.io/docs/adapter/toastr/), [__sweetalert 2__](https://php-flasher.io/docs/adapter/sweetalert/), [__pnotify__](https://php-flasher.io/docs/adapter/pnotify/), [__noty__](https://php-flasher.io/docs/adapter/noty/) and [__notyf__](https://php-flasher.io/docs/adapter/notyf/)
|
||||
and its highly extendable so you can add your custom notifications.
|
||||
* [Nashwan Abdullah](https://github.com/codenashwan) via PayPal, check out his youtube channel [Rstacode](https://www.youtube.com/rstacode)
|
||||
* [Salma Mourad](https://github.com/salmayno)
|
||||
* [Arvid de Jong](https://github.com/darviscommerce)
|
||||
|
||||
This library is designed, so you can take full control when creating you notifications :
|
||||
## Contributors
|
||||
|
||||
> * Show various notifications simultaneously
|
||||
> * Render notification easily from javascript with small footprint
|
||||
> * LTR and Dark-mode support
|
||||
> * Limit the amount of displayed notifications
|
||||
> * Show Desktop notifications for Linux, macOS and Windows
|
||||
> * Framework-agnostic with implementations for: Symfony and Laravel
|
||||
> * Autocomplete for PHPSTORM
|
||||
> * You can always create an adapter yourself
|
||||
> * ...and more
|
||||
We are grateful for the contributions of our contributors, who have been instrumental in helping us to develop and improve the package. Thank you to:
|
||||
|
||||
* [Ash Allen](https://github.com/ash-jc-allen) for creating our logo, check out his :
|
||||
* **Battle Ready Laravel** book : [https://battle-ready-laravel.com](https://battle-ready-laravel.com)
|
||||
* blog : [https://ashallendesign.co.uk/blog](https://ashallendesign.co.uk/blog)
|
||||
* [Tony Murray](https://github.com/murrant)
|
||||
* [Stéphane P](https://github.com/n3wborn)
|
||||
* [Lucas Maciel](https://github.com/LucasStorm)
|
||||
|
||||
## Official Documentation
|
||||
## Contact
|
||||
|
||||
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>.
|
||||
You can reach out with questions, bug reports, or feature requests on any of the following:
|
||||
|
||||
### Contact
|
||||
|
||||
PHPFlasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
|
||||
on any of the following:
|
||||
|
||||
- [Github Issues](https://github.com/php-flasher/flasher/issues)
|
||||
- [Github Issues](https://github.com/php-flasher/php-flasher/issues)
|
||||
- [Github](https://github.com/yoeunes)
|
||||
- [Twitter](https://twitter.com/yoeunes)
|
||||
- [Linkedin](https://www.linkedin.com/in/younes-khoubza/)
|
||||
@@ -73,4 +55,4 @@ on any of the following:
|
||||
|
||||
PHPFlasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
||||
|
||||
<p align="center"> <b>Made with ❤️ by <a href="https://www.linkedin.com/in/younes-khoubza/">Younes KHOUBZA</a> <b> </p>
|
||||
<p align="center"> <b>Made with ❤️ by <a href="https://www.linkedin.com/in/younes-khoubza/">Younes KHOUBZA</a> </b> </p>
|
||||
|
||||
+31
-2
@@ -1,8 +1,31 @@
|
||||
{
|
||||
"name": "php-flasher/php-pack",
|
||||
"description": "A pack for PHP",
|
||||
"type": "flasher-pack",
|
||||
"description": "PHPFlasher - A powerful & easy-to-use package for adding flash messages to Laravel or Symfony projects. Provides feedback to users, improves engagement & enhances user experience. Intuitive design for beginners & experienced developers. A reliable, flexible solution.",
|
||||
"license": "MIT",
|
||||
"type": "flasher-pack",
|
||||
"keywords": [
|
||||
"php-flasher",
|
||||
"flash-messages",
|
||||
"notification-system",
|
||||
"user-feedback",
|
||||
"toastr",
|
||||
"sweetalert",
|
||||
"pnotify",
|
||||
"noty",
|
||||
"notyf",
|
||||
"desktop-notifications",
|
||||
"php",
|
||||
"laravel",
|
||||
"symfony",
|
||||
"javascript",
|
||||
"yoeunes",
|
||||
"framework-agnostic",
|
||||
"phpstorm-auto-complete",
|
||||
"custom-adapter",
|
||||
"user-experience",
|
||||
"rtl",
|
||||
"dark-mode"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Younes KHOUBZA",
|
||||
@@ -18,5 +41,11 @@
|
||||
"php-flasher/flasher-pnotify": "*",
|
||||
"php-flasher/flasher-sweetalert": "*",
|
||||
"php-flasher/flasher-toastr": "*"
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user