2017 © Pedro Peláez
 

library twiliosms

image

younggeeks/twiliosms

  • Tuesday, December 16, 2014
  • by younggeeks
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

twilioSMS

Twillio SMS API for Laravel, (*1)

Installation

install through Composer. require younggeeks/twilioSMS., (*2)

"require": {
    "younggeeks/twilioSMS":"dev-master",
}

Then From Terminal Update Composer :, (*3)

composer update

add the service provider.in app/config/app.php,, (*4)

'Younggeeks\Twiliosms\TwiliosmsServiceProvider',

Then Add Alias . In app/config/app.php, (*5)

    'Twilio' => 'Younggeeks\Twiliosms\Facades\TwilioFacade',

Publish config files from the Terminal, (*6)

    php artisan config:publish younggeeks/twilioSMS

Edit config/packages/younggeeks/twilioSMS with your appropriate Twilio settings, (*7)

Usage

SMS Message, (*8)

<?php, (*9)

Twilio::send('to', 'message');, (*10)

Twilio::send('+255714095262','Hello World! How have you been?');, (*11)

The Versions

16/12 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Samjunior