PHPackages                             ensostudio/sms-smsc - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. ensostudio/sms-smsc

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

ensostudio/sms-smsc
===================

smsc.ru gateway for ensostudio/sms

v1.0.0(1y ago)01BSD-3-ClausePHPCI failing

Since Apr 18Pushed 1y ago1 watchersCompare

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

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

SMS gateway for service [smsc.ru](https://smsc.ru)

Example
-------

[](#example)

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

```
$gateway = new \EnsoStudio\Sms\Gateway\SmscGateway(
    ['apiKey' => '...'],
    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

23

—

LowBetter than 26% of packages

Maintenance44

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

441d 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 (3 commits)")

---

Tags

phpsmssms-gatewaysmscsmsc.ru

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[djunehor/laravel-sms

Send SMS from your laravel application

395.7k1](/packages/djunehor-laravel-sms)[siam-yon/sms

php实现的极简短信发送功能，基于阿里云、腾讯云最新短信发送api

142.1k](/packages/siam-yon-sms)

PHPackages © 2026

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