younggeeks / twiliosms
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/younggeeks/twiliosms
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
- twilio/sdk: 3.12.*
This package is not auto-updated.
Last update: 2025-10-07 14:29:06 UTC
README
Twillio SMS API for Laravel
Installation
install through Composer. require younggeeks/twilioSMS
.
"require": {
"younggeeks/twilioSMS":"dev-master",
}
Then From Terminal Update Composer :
composer update
add the service provider.in app/config/app.php
,
'Younggeeks\Twiliosms\TwiliosmsServiceProvider',
Then Add Alias . In app/config/app.php
'Twilio' => 'Younggeeks\Twiliosms\Facades\TwilioFacade',
Publish config files from the Terminal
php artisan config:publish younggeeks/twilioSMS
Edit config/packages/younggeeks/twilioSMS
with your appropriate Twilio settings
Usage
SMS Message