PHPackages                             premgthb/exabytes-sms - 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. premgthb/exabytes-sms

ActiveLibrary

premgthb/exabytes-sms
=====================

Laravel package for generating SMS using Exabytes API

v1.0.6(4y ago)02.4k2MITPHPPHP ^7.4|^8.0

Since May 28Pushed 4y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (4)Versions (9)Used By (0)

INSTALLATION
============

[](#installation)

```
composer require premgthb/exabytes-sms

```

USAGE
=====

[](#usage)

Publish config files:

```
php artisan vendor:publish --provider="Premgthb\ExabytesSms\ExabytesServiceProvider"

```

.env Values:

```
EXABYTES_SMS_USERNAME = Your account username
EXABYTES_SMS_PASSWORD = Your account password
```

Set up Notification class in your Laravel application using

```
php artisan make:notification ExabytesSmsNotification

```

and copy the code as follows

```
