hnhdigital-os / laravel-twilio by bluora

Provides Twilio services in Laravel.
45
2
1
Package Data
Maintainer Username: bluora
Maintainer Contact: rocco@bluora.com.au (Rocco Howard)
Package Create Date: 2017-03-29
Package Last Update: 2019-02-04
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:06:59
Package Statistics
Total Downloads: 45
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0
 _________              _   __    _          
|  _   _  |            (_) [  |  (_)         
|_/ | | \_|_   _   __  __   | |  __   .--.   
    | |   [ \ [ \ [  ][  |  | | [  |/ .'`\ \ 
   _| |_   \ \/\ \/ /  | |  | |  | || \__. | 
  |_____|   \__/\__/  [___][___][___]'.__.'  
                                             

Provides the Twilio services to Laravel.

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License

Build Status StyleCI Test Coverage Issue Count Code Climate

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

#f03c15 Currently only implements messaging.

Install

Via composer:

$ composer require hnhdigital-os/laravel-twilio

Enable the facade by editing config/app.php:

    '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:

Messaging

Set TWILIO_MESSAGING_SID or TWILIO_MESSAGING_DEFAULT_NUMBER but not both.

TWILIO_ACCOUNT_SID=
TWILIO_ACCOUNT_TOKEN=
TWILIO_MESSAGING_SID=
TWILIO_MESSAGING_DEFAULT_NUMBER=
TWILIO_MESSAGING_STATUS_CALLBACK=

Contributing

Please see CONTRIBUTING for details.

Credits

License

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