PHPackages                             mikk150/yii2-messentesms - 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. mikk150/yii2-messentesms

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

mikk150/yii2-messentesms
========================

yii2 messente sms sending component

01.5k↓50%PHP

Since Dec 18Pushed 8y agoCompare

[ Source](https://github.com/mikk150/yii2-messentesms)[ Packagist](https://packagist.org/packages/mikk150/yii2-messentesms)[ RSS](/packages/mikk150-yii2-messentesms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Messente SMS
=================

[](#yii2-messente-sms)

Messente SMS Sending for Yii2

Inspired heavily by Yii2's emailing code

[![Build Status](https://camo.githubusercontent.com/ef25204a4eb85c4c399e581511da323cc377d6bd28646b98a36f35ce652163d9/68747470733a2f2f7472617669732d63692e6f72672f6d696b6b3135302f796969322d6d657373656e7465736d732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mikk150/yii2-messentesms) [![codecov](https://camo.githubusercontent.com/b0bac4f16ef6780fe91ef5460ce75f234921ca8142cfd784dd4eb01e451598ef/68747470733a2f2f636f6465636f762e696f2f67682f6d696b6b3135302f796969322d6d657373656e7465736d732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/mikk150/yii2-messentesms)

Usage
-----

[](#usage)

To use this extension, simply add the following code in your application configuration:

```
return [
    //....
    'components' => [
        'sms' => [
            'class' => 'mikk150\messentesms\Provider',
            'username' => 'messenteusername',
            'password' => 'messentepassword',
        ],
    ],
];
```

You can then send an SMS as follows:

```
Yii::$app->sms->compose('Your awesome SMS')
     ->setFrom('Yii2')
     ->setTo('+15417543010')
     ->send();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

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/9ff3e599b4e441314dec7de563477e41e373259653813330c5bfe7874a700018?d=identicon)[mikk150](/maintainers/mikk150)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mikk150-yii2-messentesms/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48347.0M384](/packages/php-http-curl-client)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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