buildonauts/laravel-twilio

A simple Laravel service provider and facade for accessing latest version of Twilio/SDK (which supports only PHP7.1+)

Maintainers

Package info

github.com/Buildonauts/LaravelTwilio

pkg:composer/buildonauts/laravel-twilio

Statistics

Installs: 161

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2018-03-08 06:46 UTC

This package is not auto-updated.

Last update: 2026-03-23 18:13:40 UTC


README

Total Downloads Latest Stable Version License

About Buildonauts / Laravel-Twilio

A very simple Laravel Package to provide a Facade of Service Provide to latest Twilio/SKD package

Quick Start

  • Add dependency: composer require buildonauts/laravel-twilio
  • Copy configuration: php artisan vendor:publish
  • Add required API kys to your .env
TWILIO_SID=xxxxx
TWILIO_TOKEN=xxxxx
TWILIO_FROM=<your twilio purchased number>

License

The Buildonauts/Laravel-Twilio package is open-sourced software licensed under the MIT license.