Skip to content

bohraji/laravel-twilio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel and Twilio Integration

Twilio Integration for Laravel

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

Twilio Integration for Laravel (Deprecated)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%