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

ActiveLibrary

chitranu/textlocal-laravel-notification-channel
===============================================

Textlocal SMS Notification channel for Laravel

1.0.0(5y ago)318MITPHPPHP &gt;=7.2

Since Sep 27Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Textlocal notification channel for Laravel
==========================================

[](#textlocal-notification-channel-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bd04d51801e8af1184417ce01463cee3aded9bee6381d85469cdc2bbd60f8562/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368697472616e752f746578746c6f63616c2d6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chitranu/textlocal-laravel-notification-channel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![StyleCI](https://camo.githubusercontent.com/4cfa8a459661c535aa0cc5fdc981f04ff16a036646b53c5b52f8d3835bbd6c3f/68747470733a2f2f7374796c6563692e696f2f7265706f732f36353737323434352f736869656c64)](https://styleci.io/repos/65772445)[![Total Downloads](https://camo.githubusercontent.com/3190cfcea138e14b8be2a6f22a199d6f0b3cf5493824cc230b3aff78d67ffc42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368697472616e752f746578746c6f63616c2d6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chitranu/textlocal-laravel-notification-channel)

This package makes it easy to send notifications using [Textlocal](https://textlocal.in/) with Laravel framework.

Contents
--------

[](#contents)

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

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

[](#installation)

You can install the package via composer:

```
composer require chitranu/textlocal-laravel-notification-channel
```

### Setting up the Textlocal SMS service

[](#setting-up-the-textlocal-sms-service)

Add your Textlocal API key and sender to your `config/services.php`:

```
