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

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

jakubenglicky/sms-manager
=========================

PHP SDK for SMS Manager

v3.0.0(3y ago)47.1k5[2 PRs](https://github.com/jakubenglicky/sms-manager/pulls)MITPHPPHP ^7.4 || ^8.0 || ^8.1CI failing

Since Mar 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/jakubenglicky/sms-manager)[ Packagist](https://packagist.org/packages/jakubenglicky/sms-manager)[ RSS](/packages/jakubenglicky-sms-manager/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (8)Versions (8)Used By (0)

[![Downloads this Month](https://camo.githubusercontent.com/641ef8d4863cb29bd0e52a0bf9200d4f18afa4f8e587fff71fb3acf994854f9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6a616b7562656e676c69636b792f736d732d6d616e616765722e737667)](https://packagist.org/packages/jakubenglicky/sms-manager)[![Build](https://github.com/jakubenglicky/sms-manager/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jakubenglicky/sms-manager)[![Latest version](https://camo.githubusercontent.com/389a7d8b723fab98eba3d0066c1a47a92b264e6c2ae05b59bedcd9cef5802aa4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616b7562656e676c69636b792f736d732d6d616e616765722e737667)](https://packagist.org/packages/jakubenglicky/sms-manager)

SMS Manager PHP SDK
===================

[](#sms-manager-php-sdk)

Library for sending SMS via

Information about HTTP Request API

Instalation:
------------

[](#instalation)

```
composer require jakubenglicky/sms-manager

```

Easy using:
-----------

[](#easy-using)

```
$msg = new \jakubenglicky\SmsManager\Message\Message();
$msg->setTo(['+420777111222']);
$msg->setBody('Message text');

$client = new \jakubenglicky\SmsManager\Http\Client('api-key');
$client->send($msg);
```

Nette DI:
---------

[](#nette-di)

```
extensions:
	smsmanager: jakubenglicky\SmsManager\DI\SmsManagerExtension

smsmanager:
	apiKey: 'sms-manager-api-key'

```

Use interface `IClient` for sending SMS in Nette.

SMS Tracy Panel
---------------

[](#sms-tracy-panel)

config.local.neon

```
tracy:
	bar:
		- jakubenglicky\SmsManager\Diagnostics\Panel(%tempDir%)

services:
	smsmanager:
		class: jakubenglicky\SmsManager\IClient
		factory: jakubenglicky\SmsManager\Diagnostics\DebugClient(%tempDir%)
```

This panel was inspired by the [Nextras Mail Panel](https://github.com/nextras/mail-panel)

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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

Every ~426 days

Recently: every ~438 days

Total

7

Last Release

457d ago

Major Versions

v1.0.0 → v2.0.02018-10-26

v2.3.0 → v3.0.02022-08-11

v3.0.0 → v4.x-dev2025-03-24

PHP version history (5 changes)v1.0.0PHP ^7.0

v2.0.0PHP ^7.1

v2.3.0PHP ^7.1 || ^8.0

v3.0.0PHP ^7.4 || ^8.0 || ^8.1

v4.x-devPHP ^8.2 || ^8.3 || ^8.4

### Community

Maintainers

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

---

Top Contributors

[![jakubenglicky](https://avatars.githubusercontent.com/u/13773359?v=4)](https://github.com/jakubenglicky "jakubenglicky (44 commits)")[![jaroslavlibal](https://avatars.githubusercontent.com/u/450740?v=4)](https://github.com/jaroslavlibal "jaroslavlibal (2 commits)")[![podolinek](https://avatars.githubusercontent.com/u/1062993?v=4)](https://github.com/podolinek "podolinek (2 commits)")

---

Tags

php-librarysmssms-clientsms-messagessmssmsmanagersmsclient

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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