PHPackages                             stee1cat/php-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. stee1cat/php-sms

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

stee1cat/php-sms
================

A PHP library to send messages via SMS gates

0.1(7y ago)090PHPPHP &gt;=5.3.0

Since May 5Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

A PHP library to send messages via SMS gates
============================================

[](#a-php-library-to-send-messages-via-sms-gates)

Examle
------

[](#examle)

```
use stee1cat\PhpSms\GateFactory;
use stee1cat\PhpSms\Message;

$sender = GateFactory::create('SmsAero');

$sender->setUser('');
$sender->setPassword('');

$message = new Message();
$message->setTo('75551234567');
$message->setFrom('php-sms');
$message->setText('Message');

$sender->setMessage($message);
$sender->send();
```

Available agents
----------------

[](#available-agents)

- [Sms Aero](http://smsaero.ru/)
- [SMS.ru](http://sms.ru/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2570d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/780b46dde4872d54195bb7b8b44e07e16f40e72eae6b52c70c97e4b92c52e3ac?d=identicon)[steelcat](/maintainers/steelcat)

---

Top Contributors

[![stee1cat](https://avatars.githubusercontent.com/u/1467622?v=4)](https://github.com/stee1cat "stee1cat (14 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

PHPackages © 2026

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