Skip to content

ColoredCow/laravel-twilio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Laravel and Twilio Integration

Quickly add the ability to send SMS from your laravel applications using Twilio service.

Installation

Require this package in your composer.json and update composer.

"coloredcow/laravel-twilio": "1.0.*"

After updating composer, add the ServiceProvider to the providers array in config/app.php

ColoredCow\Twilio\Providers\SmsServiceProvider::class,
ColoredCow\Twilio\Providers\VoiceServiceProvider::class,

You can use the facade for shorter code. Add this to your aliases:

'Sms' => ColoredCow\Twilio\Facades\Sms::class,
'Voice' => ColoredCow\Twilio\Facades\Voice::class,

About

Quickly add the ability to send SMS from your laravel applications using Twilio service. (Deprecated)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages