PHPackages                             bryglen/yii2-twillio - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bryglen/yii2-twillio

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

bryglen/yii2-twillio
====================

yii 2 twillio integration

12.5k6[2 issues](https://github.com/bryglen/yii2-twillio/issues)PHP

Since Aug 5Pushed 10y ago3 watchersCompare

[ Source](https://github.com/bryglen/yii2-twillio)[ Packagist](https://packagist.org/packages/bryglen/yii2-twillio)[ RSS](/packages/bryglen-yii2-twillio/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 Twillio
=============

[](#yii-2-twillio)

twillio for yii 2

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist bryglen/yii2-twillio "*"

```

or add

```
"bryglen/yii2-twillio": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, you should configure it in the application configuration like the following,

```
'components' => [
    'twillio' => [
        'class' => 'bryglen\yii2-twillio\Twillio',
        'sid' => 'your_sid',
        'token' => 'your_token',
    ]
]
```

\*\* Creating a customer

```
$twillio = Yii::$app->twillio;
$message = $twillio->getClient()->account->messages->sendMessage(
    '9991231234', // From a valid Twilio number
    '8881231234', // Text this number
    "Hello monkey!"
)

print $message->sid;
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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/875604?v=4)[bryglen](/maintainers/bryglen)[@bryglen](https://github.com/bryglen)

---

Top Contributors

[![bryglen](https://avatars.githubusercontent.com/u/875604?v=4)](https://github.com/bryglen "bryglen (3 commits)")[![grzegorzkurtyka](https://avatars.githubusercontent.com/u/3177835?v=4)](https://github.com/grzegorzkurtyka "grzegorzkurtyka (1 commits)")

### Embed Badge

![Health badge](/badges/bryglen-yii2-twillio/health.svg)

```
[![Health](https://phpackages.com/badges/bryglen-yii2-twillio/health.svg)](https://phpackages.com/packages/bryglen-yii2-twillio)
```

###  Alternatives

[ideup/simple-paginator-bundle

Symfony 2 paginator bundle.

3623.1k](/packages/ideup-simple-paginator-bundle)

PHPackages © 2026

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