2017 © Pedro Peláez
 

library laravel-twilio

Provides Twilio services in Laravel.

image

bluora/laravel-twilio

Provides Twilio services in Laravel.

  • Friday, April 7, 2017
  • by bluora
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

 _________              _   __    _          
|  _   _  |            (_) [  |  (_)         
|_/ | | \_|_   _   __  __   | |  __   .--.   
    | |   [ \ [ \ [  ][  |  | | [  |/ .'`\ \ 
   _| |_   \ \/\ \/ /  | |  | |  | || \__. | 
  |_____|   \__/\__/  [___][___][___]'.__.'  

Provides the Twilio services to Laravel., (*1)

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License, (*2)

Build Status StyleCI Test Coverage Issue Count Code Climate, (*3)

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital., (*4)

#f03c15 Currently only implements messaging., (*5)

Install

Via composer:, (*6)

$ composer require hnhdigital-os/laravel-twilio, (*7)

Enable the facade by editing config/app.php:, (*8)

    'aliases' => [
        ...
        'Sms' => Bluora\LaravelTwilio\SmsFacade::class,
        ...
    ];

Configuration

Config is published to config/hnhdigital/twilio.php and the following environment variables can be provided for each service:, (*9)

Messaging

Set TWILIO_MESSAGING_SID or TWILIO_MESSAGING_DEFAULT_NUMBER but not both., (*10)

TWILIO_ACCOUNT_SID=
TWILIO_ACCOUNT_TOKEN=
TWILIO_MESSAGING_SID=
TWILIO_MESSAGING_DEFAULT_NUMBER=
TWILIO_MESSAGING_STATUS_CALLBACK=

Contributing

Please see CONTRIBUTING for details., (*11)

Credits

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

07/04 2017

dev-master

9999999-dev

Provides Twilio services in Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel twilio