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

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

phpinfo/sms
===========

SMS sending abstraction layer

1.0.0(7y ago)051MITPHP ^7.1

Since Jun 15Compare

[ Source](https://github.com/phpinfo/sms)[ Packagist](https://packagist.org/packages/phpinfo/sms)[ RSS](/packages/phpinfo-sms/feed)WikiDiscussions Synced 3d ago

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

SMS Sender
==========

[](#sms-sender)

A very simple abstraction layer to send SMS.

Installation
------------

[](#installation)

```
composer require phpinfo/sms
```

Usage
-----

[](#usage)

The package contains void sender to test SMS sending capabilities:

```
$sender = new VoidSender();

$sender->send(new Message(79161234567, 'Some message'));
```

Logging
-------

[](#logging)

`LoggerDecorator` can be used to log SMS requests:

```
$sender = new VoidSender();
$sender = new LoggerDecorator($sender, $logger);

$sender->send(new Message(79161234567, 'Some message'));
```

It can be useful to log message texts in development environment:

```
$logText = ($env === 'DEV');

$sender = new VoidSender();
$sender = new LoggerDecorator($sender, $logger, $logText);

$sender->send(new Message(79161234567, 'Some message'));
```

Concrete Senders
----------------

[](#concrete-senders)

- [smsfeedback.ru](https://github.com/phpinfo/sms-smsfeedback)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

2573d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/173149?v=4)[Alexey Gromov](/maintainers/phpinfo)[@phpinfo](https://github.com/phpinfo)

---

Tags

sms

### Embed Badge

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

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

###  Alternatives

[php-smpp/php-smpp

PHP-based SMPP client lib

236203.5k8](/packages/php-smpp-php-smpp)[instasent/sms-counter-php

SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.

501.4M4](/packages/instasent-sms-counter-php)[alexandr-mironov/php-smpp

PHP SMPP client lib, fork of onlinecity/php-smpp

5072.0k](/packages/alexandr-mironov-php-smpp)[benmorel/gsm-charset-converter

Converts GSM 03.38 strings to and from UTF-8

16477.7k](/packages/benmorel-gsm-charset-converter)[matthewbdaly/sms-client

A generic SMS client library. Supports multiple swappable drivers.

2293.6k2](/packages/matthewbdaly-sms-client)[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3725.6k](/packages/midnite81-geolocation)

PHPackages © 2026

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