PHPackages                             reedware/laravel-sms-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. reedware/laravel-sms-twilio

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

reedware/laravel-sms-twilio
===========================

Adds the ability to send text messages using Twilio.

v1.0.0(4y ago)01931MITPHPPHP &gt;=7.3

Since Sep 25Pushed 4y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

Laravel SMS Twilio
==================

[](#laravel-sms-twilio)

[![Latest Stable Version](https://camo.githubusercontent.com/8b48865453f4d4c2373ab7c7e6f9264865f5a06512a55f0ecca1daac13572437/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656564776172652f6c61726176656c2d736d732d7477696c696f3f6c6162656c3d737461626c65)](https://packagist.org/packages/reedware/laravel-sms-twilio)[![Build Status](https://github.com/tylernathanreed/laravel-sms-twilio/workflows/tests/badge.svg)](https://github.com/tylernathanreed/laravel-sms-twilio/actions)

Introduction
------------

[](#introduction)

This package SMS integrates with Twilio using the [Laravel SMS](https://github.com/tylernathanreed/laravel-sms) package.

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

[](#installation)

You may install this package using composer:

```
composer require reedware/laravel-sms-twilio

```

If you haven't already, you should then follow the [Installation](https://github.com/tylernathanreed/laravel-sms#installation) guide for Laravel SMS.

Set the `default` option in your `config/sms.php` configuration file to `twilio` (or leverage an environment variable). Next, verify that your twilio provider configuration file contains the following options:

```
'your-driver-name' => [
    'transport' => 'twilio',
    'account_sid' => 'your-twilio-account-sid',
    'auth_token' => 'your-twilio-auth-token'
],

```

If you are not using the "US" [Twilio region](https://www.twilio.com/docs/global-infrastructure/edge-locations/legacy-regions), you may define your region id in the provider configuration:

```
'your-driver-name' => [
    'transport' => 'twilio',
    'account_sid' => 'your-twilio-account-sid',
    'auth_token' => 'your-twilio-auth-token',
    'region' => 'sg1' // singapore
],

```

Additionally, ssl host and peer verification is disabled by default. To enable this, you may include the verify flag in the provider configuration:

```
'your-driver-name' => [
    'transport' => 'twilio',
    'account_sid' => 'your-twilio-account-sid',
    'auth_token' => 'your-twilio-auth-token',
    'verify' => true
],

```

Once the sms provider has been configured, you can then start sending text messages using Twilio. To get started and view examples, refer to the [Laravel SMS](https://github.com/tylernathanreed/laravel-sms) documentation.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Every ~67 days

Total

5

Last Release

1785d ago

Major Versions

v0.3.1 → v1.0.02021-06-22

PHP version history (3 changes)v0.1.0PHP ^7.2

v0.3.1PHP &gt;=7.2

v1.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfd8171901449cf1e05fa5db261a2f424abca5e26818ce54b95442de0661754?d=identicon)[tylernathanreed](/maintainers/tylernathanreed)

---

Top Contributors

[![tylernathanreed](https://avatars.githubusercontent.com/u/6486381?v=4)](https://github.com/tylernathanreed "tylernathanreed (15 commits)")

---

Tags

laravelsmstwilio

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

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

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[simplesoftwareio/simple-sms

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CalLFire, EZTexting, Email Gateways, FlowRoute, LabsMobile, Mozeo, Nexmo, Plivo, Twilio, and Zenvia

20845.7k5](/packages/simplesoftwareio-simple-sms)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[prgayman/laravel-sms

Laravel package for sending SMS

124.8k](/packages/prgayman-laravel-sms)

PHPackages © 2026

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