PHPackages                             grosv/laravel-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. grosv/laravel-twilio

ActiveLibrary[API Development](/categories/api)

grosv/laravel-twilio
====================

Laravel 6+ wrapper for the Twilio SDK

133[2 issues](https://github.com/grosv/laravel-twilio/issues)[3 PRs](https://github.com/grosv/laravel-twilio/pulls)PHP

Since Sep 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/grosv/laravel-twilio)[ Packagist](https://packagist.org/packages/grosv/laravel-twilio)[ RSS](/packages/grosv-laravel-twilio/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (0)

Twilio Wrapper for Laravel
==========================

[](#twilio-wrapper-for-laravel)

This package is a work in progress. It's not ready to be used in production.

### Installation

[](#installation)

```
composer require grosv/laravel-twilio
```

### Usage

[](#usage)

Set up your credentials in .env

```
TWILIO_SID=your_twilio_sid
TWILIO_TOKEN=your_twilio_token
TWILIO_FROM=+1XXXXXXXXXX
TWILIO_SANDBOX_TO=+1XXXXXXXXXX
TWILIO_SANDBOX=true
```

When TWILIO\_SANDBOX is set to true all text messages will go to your TWILIO\_SANDBOX\_TO phone number. When you are ready to go live, set it to false.

Send a text message:

```
use Grosv\LaravelTwilio\Twilio;

// sendSMS($message, $to, $from = env('TWILIO_FROM'))
$sent = (new Twilio())->sendSMS('Lorem instagram emoji', '+1XXXXXXXXXX');
```

more to come...

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1053395?v=4)[Ed Grosvenor](/maintainers/edgrosvenor)[@edgrosvenor](https://github.com/edgrosvenor)

---

Top Contributors

[![edgrosvenor](https://avatars.githubusercontent.com/u/1053395?v=4)](https://github.com/edgrosvenor "edgrosvenor (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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