2017 © Pedro Peláez
 

library twilio

twilio package

image

laravelpackage/twilio

twilio package

  • Thursday, July 27, 2017
  • by DolanInfoway
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 36 % Grown

The README.md

laravel-twilio

Laravel Twillio API Integration, (*1)

Installation

Begin by installing this package through Composer. Run this command from the Terminal:, (*2)

composer require laravelpackage/twilio

Laravel integration

To wire this up in your Laravel project, whether it's built in Laravel 5, you need to add the service provider. Open app.php, and add a new item to the providers array., (*3)

 Laravelpackage\Twilio\TwilioServiceProvider::class,

This will register two new artisan commands for you:, (*4)

'Twilio' => Laravelpackage\Twilio\Facades\Twilio::class,

In Laravel 5 you can publish the default config file to config/twilio.php with the artisan command vendor:publish., (*5)

Facade

The facade has the exact same methods as the Aloha\Twilio\TwilioInterface. First, include the Facade class at the top of your file:, (*6)

use Twilio;

To send a message using the default entry from your twilio config file:, (*7)

The Versions

27/07 2017

dev-master

9999999-dev https://github.com/Dolan777/laravel-twilio

twilio package

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dolan

laravel sms twilio

27/07 2017