PHPackages                             vivekdhumal/gupshup-sms-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. vivekdhumal/gupshup-sms-channel

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

vivekdhumal/gupshup-sms-channel
===============================

Gupshup SMS channel for laravel notification

v1.1(1y ago)033PHPPHP &gt;=7.3

Since Dec 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/vivekdhumal/gupshup-sms-channel)[ Packagist](https://packagist.org/packages/vivekdhumal/gupshup-sms-channel)[ RSS](/packages/vivekdhumal-gupshup-sms-channel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Gupshup SMS Laravel Notification Channel
----------------------------------------

[](#gupshup-sms-laravel-notification-channel)

This package will manages to send Text SMS using [Gupshup.io](https://www.gupshup.io) service

### Version - v1.1

[](#version---v11)

### Requirement

[](#requirement)

- PHP VERSION &gt;= 7.3
- Laravel 8+
- Gupshup.io Account

### Install Using Composer

[](#install-using-composer)

```
composer require vivekdhumal/gupshup-sms-channel
```

### Publish Config (Optional)

[](#publish-config-optional)

```
php artisan vendor:publish --tag=config
```

### Environment Variables

[](#environment-variables)

```
GUPSHUP_USERID='Your user id'
GUPSHUP_PASSWORD='Your password'
GUPSHUP_MASK='Your Company Sender ID / Mask'
GUPSHUP_ENTITYID='Your company Entity ID if required',
GUPSHUP_TEMPLATE_ID='Your registered SMS Template ID if required',
```

### Implementation

[](#implementation)

```
