Merge pull request #90 from php-flasher/feat/update-logo

update README
This commit is contained in:
Younes Khoubza
2022-10-31 11:00:45 +01:00
committed by GitHub
49 changed files with 208 additions and 200 deletions
+15 -17
View File
@@ -5,8 +5,7 @@
</picture>
</p>
<p align="center">Flexible flash notifications system for Laravel</p>
<p align="center">Flexible flash notifications system for PHP</p>
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.
@@ -17,7 +16,7 @@ The flashing system basically makes it possible to record a message and store it
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
<p align="center">
<a href="https://github.com/php-flasher/flasher">
@@ -37,32 +36,31 @@ Documentation for PHP Flasher can be found on the [PHP Flasher website](https://
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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.
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
> * 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
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -73,6 +71,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
-1
View File
@@ -5,7 +5,6 @@ $shared = realpath(__DIR__.'/../.shared');
$resources = array(
$shared,
// __DIR__.'/../.github/ISSUE_TEMPLATE/',
__DIR__.'/../.github/FUNDING.yml',
// __DIR__.'/../README.md',
+1 -1
View File
@@ -47,7 +47,7 @@ then
VERSION="v$VERSION"
fi
# Tag PHP Flasher
# Tag PHPFlasher
git tag "$VERSION"
git push origin --tags --force
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-cli-laravel",
"description": "PHP Flasher Laravel adapter for Cli",
"description": "PHPFlasher Laravel adapter for Cli",
"type": "library",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "cli ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
+1 -1
View File
@@ -47,7 +47,7 @@ final class Notify extends BaseNotifier
* @param string|null $title
* @param array{success?: string, error?: string, info?: string, warning?: string}|string $icons
*/
public function __construct($title = 'PHP Flasher', $icons = array())
public function __construct($title = 'PHPFlasher', $icons = array())
{
$this->title = $title;
$this->icons = $this->configureIcons($icons);
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-cli",
"description": "PHP Flasher adapter for Cli Console Terminal",
"description": "PHPFlasher adapter for Cli Console Terminal",
"type": "library",
"keywords": ["notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "console", "Cli", "Terminal"],
"homepage": "https://php-flasher.io",
@@ -28,7 +28,7 @@ final class Configuration implements ConfigurationInterface
$rootNode
->children()
->scalarNode('title')
->defaultValue('PHP Flasher')
->defaultValue('PHPFlasher')
->end()
->arrayNode('icons')
->prototype('variable')->end()
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-cli-symfony",
"type": "symfony-bundle",
"description": "PHP Flasher Symfony adapter for Cli Console Terminal",
"description": "PHPFlasher Symfony adapter for Cli Console Terminal",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "console", "cli", "terminal", "bundle", "flex"],
"homepage": "https://php-flasher.io",
"authors": [
+11 -9
View File
@@ -9,16 +9,16 @@
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
## Introduction
PHPFlasher offers a solid integration with the Laravel framework, with supports from Laravel 4.0 to 9.
PHPFlasher offers a solid integration with the Laravel framework to display flash toast messages, with supports for Laravel 4.0 to 9.
## Install
You can install the PHPFlasher Laravel package using composer.
This is the base package for all Laravel adapters (toastr, sweetalert, notyf ..etc).
This is the base package for all Laravel adapters ([__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/)).
```shell
composer require php-flasher/flasher-laravel
@@ -26,10 +26,10 @@ composer require php-flasher/flasher-laravel
## Usage
The usage of this package is very simple and straightforward. it only required **one** step to use it and does not
require anything to be included in your views:
The usage of this package is very simple and straight forward. it only required **one** step to use it and does not
require anything to be included in your views:
Use `flash()` helper function inside your controller to set a toast notification for `info`, `success`, `warning` or `error`
Use `flash()` helper function anywhere from you application to dispatch you notifications : `info`, `success`, `warning` or `error`
```php
<?php
@@ -59,7 +59,7 @@ class PostController extends Controller
}
```
If you prefer to use depencny injection, you can use the `FlasherInterface` instead:
If you prefer to use dependency injection, you can use the `FlasherInterface` instead:
```php
<?php
@@ -116,9 +116,11 @@ Optionally include the Facade in `config/app.php`.
'Flasher' => Flasher\Laravel\Facade\Flasher::class,
```
For more details please visit PHPFlasher [Documentation](https://php-flasher.io).
## Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -129,6 +131,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-laravel",
"description": "Laravel package integrating PHP Flasher into Laravel applications",
"description": "Laravel package integrating PHPFlasher into Laravel applications",
"type": "library",
"keywords": ["yoeunes", "notify", "flasher", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-noty-laravel",
"type": "library",
"description": "PHP Flasher Laravel adapter for Noty",
"description": "PHPFlasher Laravel adapter for Noty",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "noty ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
"authors": [
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-noty",
"description": "PHP Flasher adapter for Noty",
"description": "PHPFlasher adapter for Noty",
"type": "library",
"keywords": ["notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "noty "],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-noty-symfony",
"type": "symfony-bundle",
"description": "PHP Flasher Symfony adapter for Noty",
"description": "PHPFlasher Symfony adapter for Noty",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "noty ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
"authors": [
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-notyf-laravel",
"description": "PHP Flasher Laravel adapter for Notyf",
"description": "PHPFlasher Laravel adapter for Notyf",
"type": "library",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "notyf ", "bundle", "flex", "toastr"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-notyf",
"description": "PHP Flasher adapter for Notyf",
"description": "PHPFlasher adapter for Notyf",
"type": "library",
"keywords": ["notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "Sweet Alert", "notyf"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-notyf-symfony",
"type": "symfony-bundle",
"description": "PHP Flasher Symfony adapter for Notyf",
"description": "PHPFlasher Symfony adapter for Notyf",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "notyf ", "toastr", "bundle", "flex", "notyf"],
"homepage": "https://php-flasher.io",
"authors": [
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-pnotify-laravel",
"description": "PHP Flasher Laravel adapter for Pnotify",
"description": "PHPFlasher Laravel adapter for Pnotify",
"type": "library",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-pnotify",
"description": "PHP Flasher adapter for Pnotify",
"description": "PHPFlasher adapter for Pnotify",
"type": "library",
"keywords": ["notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr", "sweet alert"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-pnotify-symfony",
"type": "symfony-bundle",
"description": "PHP Flasher Symfony adapter for Pnotify",
"description": "PHPFlasher Symfony adapter for Pnotify",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "pnotify ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
"authors": [
+30 -21
View File
@@ -1,13 +1,23 @@
<p align="center"><img width="600" alt="flasher" src="https://user-images.githubusercontent.com/10859693/102468596-03317180-4052-11eb-9df3-44dc6235b238.png"></p>
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
<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">
</picture>
</p>
<p align="center">Flexible flash notifications system for PHP</p>
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](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">
@@ -26,32 +36,31 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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.
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
> * 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
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +71,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-sweetalert-laravel",
"description": "PHP Flasher Laravel adapter for Sweet Alert 2",
"description": "PHPFlasher Laravel adapter for Sweet Alert 2",
"type": "library",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr ", "bundle", "flex", "sweet alert"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-sweetalert",
"description": "PHP Flasher adapter for Sweet Alert 2",
"description": "PHPFlasher adapter for Sweet Alert 2",
"type": "library",
"keywords": ["notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "sweetAlert"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-sweetalert-symfony",
"type": "symfony-bundle",
"description": "PHP Flasher Symfony adapter for Sweet Alert 2",
"description": "PHPFlasher Symfony adapter for Sweet Alert 2",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "sweetalert ", "toastr", "bundle", "flex"],
"homepage": "https://php-flasher.io",
"authors": [
+3 -3
View File
@@ -9,7 +9,7 @@
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
## Introduction
@@ -107,7 +107,7 @@ class PostController
```
## Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -118,6 +118,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-symfony",
"type": "symfony-bundle",
"description": "Symfony bundle integrating PHP Flasher into Symfony applications",
"description": "Symfony bundle integrating PHPFlasher into Symfony applications",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
"authors": [
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-toastr-laravel",
"description": "PHP Flasher Laravel adapter for Toastr",
"description": "PHPFlasher Laravel adapter for Toastr",
"type": "library",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "php-flasher/flasher-toastr",
"description": "PHP Flasher adapter for Toastr",
"description": "PHPFlasher adapter for Toastr",
"type": "library",
"keywords": ["notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr "],
"homepage": "https://php-flasher.io",
+6 -6
View File
@@ -3,7 +3,7 @@
<h1 align="center">A powerful and flexible flash notifications system for PHP, Laravel, Symfony</h1>
<p align="center">
:eyes: PHP Flasher helps you to add flash notifications to your PHP projects.
:eyes: PHPFlasher helps you to add flash notifications to your PHP projects.
This library was developed with the idea that you should be able to add flash notification to your application with ease and with few lines of code.
No application-wide rewrites and no big investments upfront.
</p>
@@ -26,9 +26,9 @@
</a>
</p>
# Why use PHP Flasher ?
# Why use PHPFlasher ?
The PHP Flasher project supports many notification libraries : __tailwindcss__, __bootstrap__, __toastr.js__, __sweet alert 2__, __pnotify__, __noty__, and __notyf__
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 :
@@ -47,11 +47,11 @@ This library is designed, so you can take full control when creating you notific
## Official Documentation
Documentation for PHP Flasher can be found on the [PHP Flasher website](https://php-flasher.io).
Documentation for PHPFlasher can be found on the [PHPFlasher website](https://php-flasher.io).
### Contact
PHP Flasher is being actively developed by <a href="https://github.com/yoeunes">yoeunes</a>. You can reach out with questions, bug reports, or feature requests
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)
@@ -62,6 +62,6 @@ on any of the following:
## License
PHP Flasher is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
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>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "php-flasher/flasher-toastr-symfony",
"type": "symfony-bundle",
"description": "PHP Flasher Symfony adapter for Toastr",
"description": "PHPFlasher Symfony adapter for Toastr",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "toastr ", "bundle", "flex"],
"homepage": "https://php-flasher.io",
"authors": [