# Tomato Notifications

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2F71Z0okDbePvt97wpLjeS%2Fscreenshot.png?alt=media&#x26;token=9ccd184e-2567-4ecb-ba9d-4efdc5b02450" 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.
