PHPackages                             helliomessaging/helliomessaging-laravel-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. helliomessaging/helliomessaging-laravel-notification-channel

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

helliomessaging/helliomessaging-laravel-notification-channel
============================================================

Helliomessaging Notification Channel for Laravel 5.3+

v1.4(2y ago)57.4k2[4 PRs](https://github.com/HellioSolutions/helliomessaging-laravel-notification-channel/pulls)MITPHPPHP ^8.0|^8.1|^8.2|^8.3CI passing

Since Nov 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/HellioSolutions/helliomessaging-laravel-notification-channel)[ Packagist](https://packagist.org/packages/helliomessaging/helliomessaging-laravel-notification-channel)[ RSS](/packages/helliomessaging-helliomessaging-laravel-notification-channel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (7)Versions (13)Used By (0)

Hellio Messaging Laravel Notification Channel
=============================================

[](#hellio-messaging-laravel-notification-channel)

[![Latest Stable Version](https://camo.githubusercontent.com/cbb4e4baf2df105806507297b34af03b2f0a446233b3baff84229477ee8e9a7e/68747470733a2f2f706f7365722e707567782e6f72672f68656c6c696f6d6573736167696e672f68656c6c696f6d6573736167696e672d6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c2f762f737461626c65)](https://packagist.org/packages/helliomessaging/helliomessaging-laravel-notification-channel)[![Total Downloads](https://camo.githubusercontent.com/3fe3db418291470c40b9025ac1aac285a88000b1781a479cb0ac7d85b779e7ee/68747470733a2f2f706f7365722e707567782e6f72672f68656c6c696f6d6573736167696e672f68656c6c696f6d6573736167696e672d6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c2f646f776e6c6f616473)](https://packagist.org/packages/helliomessaging/helliomessaging-laravel-notification-channel)[![License](https://camo.githubusercontent.com/b9cfad57c475cf70e68cf2bedab0647398b61b91d93f8e866a911b6f617ab5de/68747470733a2f2f706f7365722e707567782e6f72672f68656c6c696f6d6573736167696e672f68656c6c696f6d6573736167696e672d6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c2f6c6963656e7365)](https://packagist.org/packages/helliomessaging/helliomessaging-laravel-notification-channel)

This package makes it easy to send notifications using [Hellio Messaging](https://helliomessaging.com/)

Content
-------

[](#content)

- [Installation](#installation)
    - [Setting up the Hellio Messaging Service](#setting-up-the-hellio-service)
- [Usage](#usage)
    - [Available Message methods](#available-message-methods)
- [Changelog](#changelog)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

To get the latest version of Hellio Messaging Notification channel is intended for Laravel 5.5 and up, simply require the project using [Composer](https://getcomposer.org):

```
composer require helliomessaging/helliomessaging-laravel-notification-channel
```

If you use Laravel 5.5+ you don't need the following step. If not, once package is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

- `NotificationChannels\Hellio\HellioServiceProvider::class`

### Setting up the Hellio Messaging Service

[](#setting-up-the-hellio-messaging-service)

First, you must have an account with Hellio. Once you've registered for an account, login into your account and click on the [Profile &amp; API Integration](https://app.helliomessaging.com/settings) menu on your Hellio Messaging dashboard. Click on the API Keys &amp; Webhooks tab and copy your `Client ID` and `Application Secret`

In your terminal run

```
php artisan vendor:publish --provider="NotificationChannels\Hellio\HellioServiceProvider"
```

This creates a `hellio.php` file in your `config` directory.

Paste your api keys in the `config/hellio.php` configuration file. You may copy the example configuration below to get started:

```
