PHPackages                             ulugbek/playmobile - 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. ulugbek/playmobile

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

ulugbek/playmobile
==================

Playmobile sms service

v2.0.2(3y ago)81431BSD-3-ClausePHP

Since May 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Ulugbek-Muhammadjonov/playmobile)[ Packagist](https://packagist.org/packages/ulugbek/playmobile)[ RSS](/packages/ulugbek-playmobile/feed)WikiDiscussions main Synced 1mo ago

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

Playmobile
==========

[](#playmobile)

Playmobile sms service

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist ulugbek/playmobile "*"

```

or add

```
"ulugbek/playmobile": "*"

```

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

Usage
-----

[](#usage)

throw this into the components

```
'sms' => [
    'class' => \ulugbek\playmobile\components\Sms::class,
],
```

throw this into the modules

```
'playmobile' => [
    'class' => 'ulugbek\playmobile\Modul',
],
```

for migration

```
php yii migrate/up --migrationPath=@vendor/ulugbek/playmobile/migrations
```

it can be used anywhere in the view

```
Yii::$app->sms->send('998916700607', 'Your message')
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~66 days

Total

5

Last Release

1195d ago

Major Versions

v1.0.1 → v2.0.12022-10-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea138d75236a4dfa683440b639a42741453922c7b1c38a813e6831f2cce700f2?d=identicon)[Ulugbek-Muhammadjonov](/maintainers/Ulugbek-Muhammadjonov)

---

Top Contributors

[![Ulugbek-Muhammadjonov](https://avatars.githubusercontent.com/u/73166560?v=4)](https://github.com/Ulugbek-Muhammadjonov "Ulugbek-Muhammadjonov (16 commits)")[![WebDasturist](https://avatars.githubusercontent.com/u/74290030?v=4)](https://github.com/WebDasturist "WebDasturist (1 commits)")

---

Tags

smssendyii2extensionwidgetSMS Serviceplaymobileuzulugbekmuhammadjonov

### Embed Badge

![Health badge](/badges/ulugbek-playmobile/health.svg)

```
[![Health](https://phpackages.com/badges/ulugbek-playmobile/health.svg)](https://phpackages.com/packages/ulugbek-playmobile)
```

###  Alternatives

[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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