_________ _ __ _
| _ _ | (_) [ | (_)
|_/ | | \_|_ _ __ __ | | __ .--.
| | [ \ [ \ [ ][ | | | [ |/ .'`\ \
_| |_ \ \/\ \/ / | | | | | || \__. |
|_____| \__/\__/ [___][___][___]'.__.'
Provides the Twilio services to Laravel., (*1)
, (*2)
, (*3)
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital., (*4)
Currently only implements messaging., (*5)
Install
Via composer:, (*6)
$ composer require hnhdigital-os/laravel-twilio, (*7)
Enable the facade by editing config/app.php:, (*8)
'aliases' => [
...
'Sms' => Bluora\LaravelTwilio\SmsFacade::class,
...
];
Configuration
Config is published to config/hnhdigital/twilio.php and the following environment variables can be provided for each service:, (*9)
Messaging
Set TWILIO_MESSAGING_SID or TWILIO_MESSAGING_DEFAULT_NUMBER but not both., (*10)
TWILIO_ACCOUNT_SID=
TWILIO_ACCOUNT_TOKEN=
TWILIO_MESSAGING_SID=
TWILIO_MESSAGING_DEFAULT_NUMBER=
TWILIO_MESSAGING_STATUS_CALLBACK=
Contributing
Please see CONTRIBUTING for details., (*11)
Credits
License
The MIT License (MIT). Please see License File for more information., (*12)