buildonauts / laravel-twilio
A simple Laravel service provider and facade for accessing latest version of Twilio/SDK (which supports only PHP7.1+)
Installs: 160
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/buildonauts/laravel-twilio
Requires
- twilio/sdk: 5.*
This package is not auto-updated.
Last update: 2025-10-20 16:15:48 UTC
README
About Buildonauts / Laravel-Twilio
A very simple Laravel Package to provide a Facade of Service Provide to latest Twilio/SKD package
Quick Start
- Add dependency:
composer require buildonauts/laravel-twilio - Copy configuration:
php artisan vendor:publish - Add required API kys to your .env
TWILIO_SID=xxxxx
TWILIO_TOKEN=xxxxx
TWILIO_FROM=<your twilio purchased number>
License
The Buildonauts/Laravel-Twilio package is open-sourced software licensed under the MIT license.