Skip to content

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

License

Notifications You must be signed in to change notification settings

ColoredCow/laravel-twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors 3

  •  
  •  
  •  

Languages