> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/plugins/tomato-notifications.md).

# Tomato Notifications

<figure><img src="/files/6x2PzlyRCbc3NLW6EYv2" alt=""><figcaption></figcaption></figure>

we are building a full notification system for you with multi-provider like mail, firebase, pusher, discord, slack, Messagebird and open the way to add more all of this working on the queue and have a lot of helpers to make it easy to use this notification on your system

### Installation

```bash
composer require tomatophp/tomato-notifications
```

or as Module

```
composer require tomatophp/tomato-notifications-module
```

after installation use this command to install the package and publish assets

```bash
php artisan tomato-notifications:install
```

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/tomato-notifications/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Credits

* [Fady Mondy](https://github.com/3x1io)

### License

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-notifications/blob/master/LICENSE.md) for more information.
