PHPackages                             epmnzava/telerivet - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. epmnzava/telerivet

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

epmnzava/telerivet
==================

Telerivet https://telerivet.com wrapper for laravel

1.0.4(4y ago)21341[1 issues](https://github.com/dbrax/telerivet/issues)MITPHPPHP ^7.1|^7.2|^7.3|^7.4|^8.0

Since Mar 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dbrax/telerivet)[ Packagist](https://packagist.org/packages/epmnzava/telerivet)[ Docs](https://github.com/dbrax/telerivet)[ RSS](/packages/epmnzava-telerivet/feed)WikiDiscussions main Synced today

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

Telerivet is an innovative mobile messaging platform that instantly connects businesses and organizations with their customers, employees, and community. No servers, programmers, expensive contracts, or shortcodes required
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#telerivet-is-an-innovative-mobile-messaging-platform-that-instantly-connects-businesses-and-organizations-with-their-customers-employees-and-community-no-servers-programmers-expensive-contracts-or-shortcodes-required)

This package helps you to easily get started with integrating with Telerivet service via API made for laravel developers
------------------------------------------------------------------------------------------------------------------------

[](#this-package-helps-you-to-easily-get-started-with-integrating-with-telerivet-service-via-api-made-for-laravel-developers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d5727d84e4b5a41e5ce303fbb5a659b507954688d23c45dcde2558eabe13ba23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65706d6e7a6176612f74656c6572697665742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/telerivet)[![Build Status](https://camo.githubusercontent.com/4a9be96639d826e3169d0725db144573eafac9d4e80d332ea4dcf5a197948b4e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f65706d6e7a6176612f74656c6572697665742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/dbrax/telerivet)[![Quality Score](https://camo.githubusercontent.com/438e19c767569bad9d9245224cc4ba367905eb99ce4b870aaca56110102e6565/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f64627261782f74656c6572697665742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/dbrax/telerivet)[![Total Downloads](https://camo.githubusercontent.com/48f7353507f72ce5d24249f3b6d14d86ef5b24f0ea84efd8764352a5f290a04c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65706d6e7a6176612f74656c6572697665742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/telerivet)

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

[](#installation)

You can install the package via composer:

```
composer require epmnzava/telerivet
```

Update your config (for Laravel 5.4 and below)
----------------------------------------------

[](#update-your-config-for-laravel-54-and-below)

Add the service provider to the providers array in config/app.php:

```
Epmnzava\Telerivet\TelerivetServiceProvider::class,
```

Add the facade to the aliases array in config/app.php:

```
'Sms' =>Epmnzava\Telerivet\TelerivetFacade,
```

Publish the package configuration (for Laravel 5.4 and below)
-------------------------------------------------------------

[](#publish-the-package-configuration-for-laravel-54-and-below)

Publish the configuration file and migrations by running the provided console command:

```
php artisan vendor:publish --provider="Epmnzava\Telerivet\TelerivetServiceProvider" --tag="config"
```

### Environmental Variables

[](#environmental-variables)

- TELERIVET\_API\_ID `your provided telerivet project id`
- TELERIVET\_API\_KEY `your provided telerivet application  key`
- TELERIVET\_WEB\_HOOK `COMING SOON `

Usage
-----

[](#usage)

Sending sms
-----------

[](#sending-sms)

```
// coming soon ...
