younggeeks / twiliosms
There is no license information available for the latest version (dev-master) of this package.
dev-master
2014-12-16 09:00 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
- twilio/sdk: 3.12.*
This package is not auto-updated.
Last update: 2025-03-25 11:59:00 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