PHPackages                             nuffic/yii2-messente - 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. [Framework](/categories/framework)
4. /
5. nuffic/yii2-messente

ActiveLibrary[Framework](/categories/framework)

nuffic/yii2-messente
====================

Messente component for Yii 2 framework

01491PHP

Since Jul 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Nuffic/yii2-messente)[ Packagist](https://packagist.org/packages/nuffic/yii2-messente)[ RSS](/packages/nuffic-yii2-messente/feed)WikiDiscussions develop Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 Messente SMS sender
=========================

[](#yii-2-messente-sms-sender)

Yii component for sending text messages to messente. Before sending to messente, it also checks if phone number is valid for specified country and if phone type is mobile.

How to use?
===========

[](#how-to-use)

\##Installation with Composer Just add the line under `require` object in your `composer.json` file.

```
{
  "require": {
    "nuffic/yii2-messente" : "dev-develop"
  }
}
```

then run

```
$> composer update
```

\##Configuration Now add following in to your `components` section of config.

```
    'sms' => [
                'class'    => 'nuffic\messente\SMS',
                'username' => '',
                'password' => '',
                'from'     => '' #optional
            ],
```

\##Usage

```
    Yii::$app->sms->send('EE', 'Content here', '+372 111 1111', 'SenderHere');
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c725ba423f079c7b39c0c83f0f10c66048b2900362f5bd0aed9eddfe9e1199a?d=identicon)[Nuffic](/maintainers/Nuffic)

---

Top Contributors

[![mikk150](https://avatars.githubusercontent.com/u/4953629?v=4)](https://github.com/mikk150 "mikk150 (2 commits)")

### Embed Badge

![Health badge](/badges/nuffic-yii2-messente/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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