PHPackages                             yetopen/yii2-sms-aruba - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. yetopen/yii2-sms-aruba

ActiveYii2-extension[HTTP &amp; Networking](/categories/http)

yetopen/yii2-sms-aruba
======================

Sending SMS via Aruba api

v0.1.2(4y ago)049GPL-2.0PHP

Since Aug 26Pushed 4y ago2 watchersCompare

[ Source](https://github.com/YetOpen/yii2-sms-aruba)[ Packagist](https://packagist.org/packages/yetopen/yii2-sms-aruba)[ RSS](/packages/yetopen-yii2-sms-aruba/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Sending SMS via Aruba api
=========================

[](#sending-sms-via-aruba-api)

Sending SMS via [Aruba SMS](https://hosting.aruba.it/servizio-sms.aspx).

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

[](#installation)

The preferred way to install this extension is through composer.

Either run

```
php composer.phar require --prefer-dist yetopen/yii2-sms-aruba "@dev"

```

or add

```
"yetopen/yii2-sms-aruba": "@dev"

```

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

Configuration
-------------

[](#configuration)

In the application configuration, `components` section, add the following:

```
    'smsaruba' => [
        'class'     => yetopen\smsaruba\SmsAruba::class,
        'username'  => 'MyUsername',    // ArubaSMS username (Smsxxx)
        'password'  => 'MyPassword',    // ArubaSMS password ()
        'senderName' => 'Sender',       // The default sender name
    ],
```

Usage
-----

[](#usage)

You can send SMS by calling `send`:

```
Yii::$app->smsaruba->send(
    ['+393344556677'],      // Enter the number(s) you want to send the message to; (the prefix is not necessary)
    'Hi, this is a test!'   // The message to send
);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

1686d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a11b10bd765d5709a772c85ead17f8643e15c7cea3ed0ba4660a1cc9032d23a?d=identicon)[maxxer](/maintainers/maxxer)

![](https://www.gravatar.com/avatar/6a00efa7e0d4e4e2eea12617103bb6819687cfe517c3fe5b2bd0addae5fbfd14?d=identicon)[yetopen-stage](/maintainers/yetopen-stage)

![](https://www.gravatar.com/avatar/0544a8c62bb0286fe7f4b507dd7c0a0b851f5d06b71da46c9f9d45e21f05fc31?d=identicon)[yetopen-com](/maintainers/yetopen-com)

---

Top Contributors

[![maxxer](https://avatars.githubusercontent.com/u/240201?v=4)](https://github.com/maxxer "maxxer (1 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/yetopen-yii2-sms-aruba/health.svg)

```
[![Health](https://phpackages.com/badges/yetopen-yii2-sms-aruba/health.svg)](https://phpackages.com/packages/yetopen-yii2-sms-aruba)
```

###  Alternatives

[linslin/yii2-curl

Easy and nice cURL extension with RESTful support for Yii2

1811.5M20](/packages/linslin-yii2-curl)[hiqdev/yii2-hiart

ActiveRecord for API

5951.8k3](/packages/hiqdev-yii2-hiart)[joni-jones/yii2-wschat

Online chat based on web sockets and ratchet php

981.3k](/packages/joni-jones-yii2-wschat)[yiiplus/yii2-websocket

使用yii2封装 websocket 扩展

212.6k](/packages/yiiplus-yii2-websocket)

PHPackages © 2026

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