PHPackages                             laravelpackage/twilio - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. laravelpackage/twilio

ActiveLibrary[API Development](/categories/api)

laravelpackage/twilio
=====================

twilio package

v1.0.0(8y ago)027MITPHPPHP ~5.6|~7.0

Since Jul 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Dolan777/laravel-twilio)[ Packagist](https://packagist.org/packages/laravelpackage/twilio)[ Docs](https://github.com/Dolan777/laravel-twilio)[ RSS](/packages/laravelpackage-twilio/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

laravel-twilio
==============

[](#laravel-twilio)

Laravel Twillio API Integration

Installation
------------

[](#installation)

Begin by installing this package through Composer. Run this command from the Terminal:

```
composer require laravelpackage/twilio
```

Laravel integration
-------------------

[](#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.

```
 Laravelpackage\Twilio\TwilioServiceProvider::class,
```

This will register two new artisan commands for you:

```
'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`.

#### Facade

[](#facade)

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

```
use Twilio;
```

To send a message using the default entry from your `twilio` [config file](src/config/config.php):

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3208d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80529bcda2fd4ef3fba1971dd5fe7f7bbae39b76e40ea08db042de06bfea119d?d=identicon)[DolanInfoway](/maintainers/DolanInfoway)

---

Top Contributors

[![Dolan777](https://avatars.githubusercontent.com/u/18262808?v=4)](https://github.com/Dolan777 "Dolan777 (6 commits)")

---

Tags

laravelsmstwilio

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/laravelpackage-twilio/health.svg)

```
[![Health](https://phpackages.com/badges/laravelpackage-twilio/health.svg)](https://phpackages.com/packages/laravelpackage-twilio)
```

###  Alternatives

[aloha/twilio

Twilio API for Laravel

4733.6M5](/packages/aloha-twilio)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
