PHPackages                             netflex/notifications - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. netflex/notifications

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

netflex/notifications
=====================

Netflex Notifications Mail Driver for Laravel

v6.4.0(8mo ago)02.1k↓50%MITPHPPHP ^8.2

Since Apr 30Pushed 2mo agoCompare

[ Source](https://github.com/netflex-sdk/notifications)[ Packagist](https://packagist.org/packages/netflex/notifications)[ RSS](/packages/netflex-notifications/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (16)Versions (292)Used By (0)

Netflex Notifications
=====================

[](#netflex-notifications)

[![Stable version](https://camo.githubusercontent.com/d265f10f0890df2f225b9cbda306e2356accc818c967bd85e57eec7d049909eb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6574666c65782f6e6f74696669636174696f6e733f6c6162656c3d737461626c65)](https://packagist.org/packages/netflex/notifications)[![Build status](https://github.com/netflex-sdk/framework/actions/workflows/split_monorepo.yaml/badge.svg)](https://github.com/netflex-sdk/framework/actions/workflows/split_monorepo.yaml)[![License: MIT](https://camo.githubusercontent.com/4ab654ac03c01efe43cce5fc4de153c5bef02688bd1f4d004ffd69ac63c31211/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e6574666c65782d73646b2f6c6f672e737667)](https://opensource.org/licenses/MIT)[![Contributors](https://camo.githubusercontent.com/e01836b76903338fa30a2133b13b6a0ae9710f22af63bd0f66128df370003623/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f6e6574666c65782d73646b2f73646b2e7376673f636f6c6f723d677265656e)](https://github.com/netflex-sdk/sdk/graphs/contributors)[![Downloads](https://camo.githubusercontent.com/d2fb4a3b807aecbc4b2276bbc494030bf96bb5db320eaf2e5a80d2ee646e0ebb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6e6574666c65782f6e6f74696669636174696f6e73)](https://packagist.org/packages/netflex/notifications/stats)

\[READ ONLY\] Subtree split of the Netflex Notification component (see [netflex/framework](https://github.com/netflex-sdk/framework))

Installation
------------

[](#installation)

```
composer require netflex/notifications
```

Setup
-----

[](#setup)

In `config/mail.php`:

```
[
  'driver' => env('MAIL_DRIVER', 'netflex')
]
```

Usage
-----

[](#usage)

You can use this driver to send any [Mailables](https://laravel.com/docs/7.x/mail#writing-mailables). It also integrates with Laravels [Notification](https://laravel.com/docs/7.x/notifications) system (and adds a 'sms' channel, just implement toSMS on your notification).

```
