PHPackages                             rsthn/rose-ext-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. rsthn/rose-ext-twilio

ActiveRose-extension[API Development](/categories/api)

rsthn/rose-ext-twilio
=====================

Twilio Adapter for Rose

1.0.1(4y ago)1231Apache-2.0PHP

Since Mar 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rsthn/rose-ext-twilio)[ Packagist](https://packagist.org/packages/rsthn/rose-ext-twilio)[ RSS](/packages/rsthn-rose-ext-twilio/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (3)Used By (1)

Twilio Adapter for Rose
=======================

[](#twilio-adapter-for-rose)

This extension adds expression functions to [Rose](https://github.com/rsthn/rose-core) to send SMS using Twilio.

Installation
============

[](#installation)

```
composer require rsthn/rose-ext-twilio
```

Configuration Section: `Twilio`
-------------------------------

[](#configuration-section-twilio)

The configuration section should have the default settings that the extension will use when using the `twilio::send` function. If you want to change these runtime, use `twilio::config` first.

FieldTypeDescriptionDefaultsid`string`SID of Twilio APIRequiredtoken`string`Access TokenRequiredfrom`string`Phone number used as "send from".Required
Expression Functions
--------------------

[](#expression-functions)

### `twilio::send` targetPhoneNumber:string message:string

[](#twiliosend-targetphonenumberstring-messagestring)

Sends an SMS to the specified phone number.

Returns: `{ error:string, errorCode:string, sid:string, price:number }`

Example:

```
(twilio::send "+11115558888" "Hello World")
```

### `twilio::config` settings:object

[](#twilioconfig-settingsobject)

Changes one or more configuration settings. The `settings` object should have one or more fields just as the configuration section.

Returns: `boolean`

Example:

```
(twilio::config (& "sid" "SID_VALUE"))
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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 ~0 days

Total

2

Last Release

1522d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c882137e3e41afe0d0ef09b65e8c4dab3858accc70a2ca84181c9261a0447cdd?d=identicon)[rsthn](/maintainers/rsthn)

---

Top Contributors

[![strikeone88](https://avatars.githubusercontent.com/u/50781762?v=4)](https://github.com/strikeone88 "strikeone88 (3 commits)")

### Embed Badge

![Health badge](/badges/rsthn-rose-ext-twilio/health.svg)

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

###  Alternatives

[aloha/twilio

Twilio API for Laravel

4733.6M5](/packages/aloha-twilio)[signalwire-community/signalwire

Client library for connecting to SignalWire.

23126.2k](/packages/signalwire-community-signalwire)

PHPackages © 2026

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