PHPackages                             ensostudio/sms-smsru - 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. ensostudio/sms-smsru

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ensostudio/sms-smsru
====================

smsc.ru gateway for ensostudio/sms

1.0.0(1y ago)01BSD-3-ClausePHP

Since Apr 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ensostudio/sms-smsru)[ Packagist](https://packagist.org/packages/ensostudio/sms-smsru)[ Docs](https://github.com/ensostudio/sms-smsru)[ RSS](/packages/ensostudio-sms-smsru/feed)WikiDiscussions master Synced 1mo ago

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

Send SMS via HTTP gateway [sms.ru](https://sms.ru)

Example
-------

[](#example)

Use [GuzzleHttp](https://github.com/guzzle/psr7) to send request:

```
$gateway = new \EnsoStudio\Sms\Gateway\SmsruGateway(
    ['apiId' => '...'],
    new \GuzzleHttp\Client(),
    new \GuzzleHttp\Psr7\HttpFactory()
);
$result = $gateway->sendSms('Test message', [\EnsoStudio\Sms\PhoneUtils::sanitizeNumber('+7 905 710-71-71')]);
if (!$result->isSuccess()) {
    // error handler for $result->getErrors()
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance48

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

386d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc2a332d2cf8cd31b36bf1a8a16d76f1f6cca2e17a0b953072ddbc84731d66c0?d=identicon)[ensostudio](/maintainers/ensostudio)

---

Top Contributors

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

---

Tags

phpsmssms-gatewaysms.ru

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ensostudio-sms-smsru/health.svg)

```
[![Health](https://phpackages.com/badges/ensostudio-sms-smsru/health.svg)](https://phpackages.com/packages/ensostudio-sms-smsru)
```

###  Alternatives

[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[nadar/aspsms

Simple to use sms sending class for the aspsms.com gateway.

1049.2k2](/packages/nadar-aspsms)[ender/yunpian-sms

A php SDK for yunpian(云片网络短信服务商) sms RESTFULL API

294.9k](/packages/ender-yunpian-sms)

PHPackages © 2026

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