PHPackages                             ensostudio/sms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ensostudio/sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ensostudio/sms
==============

Package for sending SMS via service gateways

1.0.0(1y ago)072BSD-3-ClausePHPPHP &gt;=8.0CI failing

Since Apr 18Pushed 1y ago1 watchersCompare

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

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

Base package for sending SMS by HTTP via service gateways.

Gateways
--------

[](#gateways)

- [smsc.ru](https://github.com/ensostudio/sms-smsc)
- [sms.ru](https://github.com/ensostudio/sms-smsru)

Example
-------

[](#example)

Use [GuzzleHttp](https://github.com/guzzle) 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

26

—

LowBetter than 41% of packages

Maintenance44

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

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.

###  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 (2 commits)")

---

Tags

phpsmssms-gatewaysend sms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[anthropic-ai/sdk

Anthropic PHP SDK

163583.3k17](/packages/anthropic-ai-sdk)

PHPackages © 2026

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