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 1mo ago

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 22% 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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