PHPackages                             black-lamp/blcms-sms-mobizone - 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. black-lamp/blcms-sms-mobizone

ActiveYii2-extension

black-lamp/blcms-sms-mobizone
=============================

Component for working with Mobizone SMS service

0.0.0.4(9y ago)0130PHPPHP &gt;=5.4.0

Since Oct 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/black-lamp/blcms-sms-mobizone)[ Packagist](https://packagist.org/packages/black-lamp/blcms-sms-mobizone)[ RSS](/packages/black-lamp-blcms-sms-mobizone/feed)WikiDiscussions master Synced 2mo ago

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

Yii2 component for use sms service by "Mobizon" API
===================================================

[](#yii2-component-for-use-sms-service-by-mobizon-api)

This is unofficial component for use "Mobizon" API (). It allows send single messages and check account balance.

INSTALLATION
------------

[](#installation)

Run command

```
    composer require black-lamp/blcms-sms-mobizone
```

or add

```
    "black-lamp/blcms-sms-mobizone": "*",
```

### Configure component in your app

[](#configure-component-in-your-app)

Example:

```
    'components' => [
        'sms' => [
                    'class' => bl\cms\sms\SmsMobizoneComponent::className(),

                    'apiToken' => '00000000000000000000000000000000000000000',
                    'recipientPhoneNumber' => '380965550000',
                    'smsText' => 'Default message',
                    'alphaName' => 'Name'
            ],
        ]
```

For get API token you must register account at . After this turn on API access on "API settings" panel section () and get your token.

Recipien phone number must be in international format without plus. Example: "380965550000".

Alpha name is your signature in SMS that will be used instead sender phone number. For use this property you must create alpha-name in your account () on "My signatures" panel section. This property can be empty.

USING
-----

[](#using)

For sending one SMS:

```
    $messageId = Yii::$app->sms->setSmsText('Some text')->send();
```

Also you ca use this set methods:

```
Yii::$app->sms->setApiToken(string $token);
Yii::$app->sms->setRecipientPhoneNumber(string $recipientPhoneNumber);
Yii::$app->sms->setSmsText(string $smsText);
Yii::$app->sms->setAlphaName(string $alphaName);
```

For get user account balance:

```
    $balance = Yii::$app->sms->getBalance();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

4

Last Release

3494d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e1784ec992318bf7ed40a2025a0ca035a01143de89054f0f4c9bc39469928c1?d=identicon)[GutsVadim](/maintainers/GutsVadim)

---

Tags

smsyii2blcmsmobizone

### Embed Badge

![Health badge](/badges/black-lamp-blcms-sms-mobizone/health.svg)

```
[![Health](https://phpackages.com/badges/black-lamp-blcms-sms-mobizone/health.svg)](https://phpackages.com/packages/black-lamp-blcms-sms-mobizone)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[tuyakhov/yii2-notifications

The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.

6735.5k2](/packages/tuyakhov-yii2-notifications)[zhuravljov/yii2-rest

Yii2 REST Client

1186.2k](/packages/zhuravljov-yii2-rest)

PHPackages © 2026

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