PHPackages                             shaz3e/twilio - 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. [API Development](/categories/api)
4. /
5. shaz3e/twilio

ActiveLibrary[API Development](/categories/api)

shaz3e/twilio
=============

Send SMS with Twilio in your Laravel Application

v1.1.0(1y ago)03MITPHP

Since Dec 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Shaz3e/Twilio)[ Packagist](https://packagist.org/packages/shaz3e/twilio)[ RSS](/packages/shaz3e-twilio/feed)WikiDiscussions main Synced 1mo ago

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

Send SMS with Twilio in Laravel
===============================

[](#send-sms-with-twilio-in-laravel)

[![Packagist Version](https://camo.githubusercontent.com/aa4608c305ce773e6a525aeaa92f1abddb04831b57f809ad490cfb099bb398fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7368617a33652f7477696c696f)](https://camo.githubusercontent.com/aa4608c305ce773e6a525aeaa92f1abddb04831b57f809ad490cfb099bb398fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7368617a33652f7477696c696f)[![Packagist Downloads](https://camo.githubusercontent.com/8a2aaccb9e42d5b4e469b64136297456d2af1ca54008718d1adecc1dbf18d047/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7368617a33652f7477696c696f)](https://camo.githubusercontent.com/8a2aaccb9e42d5b4e469b64136297456d2af1ca54008718d1adecc1dbf18d047/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7368617a33652f7477696c696f)[![License](https://camo.githubusercontent.com/6b01d50076e770cad19219878f3abb3bd4483d8392352d45341f2fe881a936c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7368617a33652f7477696c696f)](https://camo.githubusercontent.com/6b01d50076e770cad19219878f3abb3bd4483d8392352d45341f2fe881a936c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7368617a33652f7477696c696f)[![Laravel Version](https://camo.githubusercontent.com/a2aa8057015ed4acb8076028fca7d04ac03a74bf45831b5be295ddbbbc2918ba/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d31312e782d626c7565)](https://camo.githubusercontent.com/a2aa8057015ed4acb8076028fca7d04ac03a74bf45831b5be295ddbbbc2918ba/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d31312e782d626c7565)

Introduction
------------

[](#introduction)

This is a Laravel package for sending SMS with Twilio

#### Installation

[](#installation)

You can install the package via composer by running the following command in your terminal

```
composer require shaz3e/twilio
```

#### Publishing Configurations

[](#publishing-configurations)

Publish config only

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

This is the content of the config file that will be published at config/twilio.php

```
