PHPackages                             multicaret/unifonic-notification-channel - 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. multicaret/unifonic-notification-channel

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

multicaret/unifonic-notification-channel
========================================

Unifonic Notification Channel for laravel.

v3.0.0(4y ago)82.7kMITPHPPHP ^7.4|^8.0

Since Feb 15Pushed 4y ago2 watchersCompare

[ Source](https://github.com/multicaret/unifonic-notification-channel)[ Packagist](https://packagist.org/packages/multicaret/unifonic-notification-channel)[ RSS](/packages/multicaret-unifonic-notification-channel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (8)Used By (0)

[![](https://camo.githubusercontent.com/d19e51e3c985fc192f85bc3fa02018ee8636be48ff836e99240d1b213b0c7716/687474703a2f2f63646e2e6d756c746963617265742e636f6d2f7061636b616765732f6173736574732f696d672f756e69666f6e69632d6c6f676f2e706e67)](https://camo.githubusercontent.com/d19e51e3c985fc192f85bc3fa02018ee8636be48ff836e99240d1b213b0c7716/687474703a2f2f63646e2e6d756c746963617265742e636f6d2f7061636b616765732f6173736574732f696d672f756e69666f6e69632d6c6f676f2e706e67)

Unifonic notification channel for Laravel 8.x +
===============================================

[](#unifonic-notification-channel-for-laravel-8x-)

The Unifonic channel makes it possible to send out Laravel notifications as SMS

[![Total Downloads](https://camo.githubusercontent.com/ea6407e8464b4bb66912e07661b7062c62c24d00ab27ebea31e73832583e9acf/68747470733a2f2f706f7365722e707567782e6f72672f6d756c746963617265742f756e69666f6e69632d6e6f74696669636174696f6e2d6368616e6e656c2f642f746f74616c2e737667)](https://packagist.org/packages/multicaret/unifonic-notification-channel)[![Latest Stable Version](https://camo.githubusercontent.com/d411552272004528a80c5485b93410641ba9fd1b71f9956bc5016395a9846d3d/68747470733a2f2f706f7365722e707567782e6f72672f6d756c746963617265742f756e69666f6e69632d6e6f74696669636174696f6e2d6368616e6e656c2f762f737461626c652e737667)](https://packagist.org/packages/multicaret/unifonic-notification-channel)[![License](https://camo.githubusercontent.com/18197e2914545265f2b53eef71a59ca9043a02939dbe376e784aa5056ab77092/68747470733a2f2f706f7365722e707567782e6f72672f6d756c746963617265742f756e69666f6e69632d6e6f74696669636174696f6e2d6368616e6e656c2f6c6963656e73652e737667)](https://packagist.org/packages/multicaret/unifonic-notification-channel)

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

[](#installation)

You can install this package via composer:

```
composer require multicaret/unifonic-notification-channel
```

The service provider gets loaded automatically.

### Setting up the Unifonic service

[](#setting-up-the-unifonic-service)

Check out the configuration of Laravel Unifonic Library

Usage
-----

[](#usage)

To use this package, you need to create a notification class, like `InvoicePaid` from the example below, in your Laravel application. Make sure to check out [Laravel's documentation](https://laravel.com/docs/master/notifications) for this process.

### Notification Example

[](#notification-example)

```
