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

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

simpod/sms-manager
==================

PHP library for sending SMS via SmsManager.cz

v0.1.1(6y ago)230.3k2[2 issues](https://github.com/simPod/SMSManager/issues)MITPHPPHP ^7.2

Since May 9Pushed 6y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (9)Versions (5)Used By (0)

PHP Client for SmsManager.cz
============================

[](#php-client-for-smsmanagercz)

[![Build Status](https://camo.githubusercontent.com/070e1e19f0a676445dade1ddd8dcda8c9c01e10c93602c5d7d46924cf77cf5b4/68747470733a2f2f7472617669732d63692e6f72672f73696d506f642f534d534d616e616765722e737667)](https://travis-ci.org/simPod/SMSManager)[![Quality Score](https://camo.githubusercontent.com/2e9f2664f4003158702ddcdcae9c0cff7ac3176db3a7f0c18955acdccb39a742/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696d506f642f534d534d616e616765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/simPod/SMSManager)[![Downloads](https://camo.githubusercontent.com/ff42ba390d2b76598c16532e92cb1e65d54d05185c5ed5f8e50bbc009e269e33/68747470733a2f2f706f7365722e707567782e6f72672f73696d706f642f736d732d6d616e616765722f642f746f74616c2e737667)](https://packagist.org/packages/simpod/sms-manager)[![Code Coverage](https://camo.githubusercontent.com/cee4c188b1f539fc1e42f83123d3d5136adb9e35576f01fb66b2958aa2c998d2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696d506f642f534d534d616e616765722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/simPod/SMSManager)[![GitHub Issues](https://camo.githubusercontent.com/51d25bd6b15f8c83204fe21e19ff32fea56722b11794d340b3506a58d8d1b2ca/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f73696d506f642f534d534d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/simPod/SMSManager/issues)

Library for PHP that can send SMS messages via SmsManager.cz gateway. *(not all API methods are implemented for now)*

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

[](#installation)

```
composer require simpod/sms-manager
```

Usage
-----

[](#usage)

Use `SmsManager` interface in your code, eg.:

```
public function __construct(SmsManager $smsManager) {
    ...
}
```

and alias SMSManager to `ApiSmsManager` for your production usage.

Example with Symfony:

```
services:
    SimPod\SmsManager\SmsManager:
        alias: SimPod\SmsManager\ApiSmsManager
```

To send message, create new `SmsMessage`:

```
$smsMessage = new SmsMessage(
    'message text',
    [
        '+420777888999'
    ],
    RequestType::getRequestTypeLow() // optional, defaults to High
    'sender' // optional
    1 // optional, CustomID
);

$smsManager->send($smsMessage);
```

Third parameter of `SmsMessage` is [RequestType](https://smsmanager.cz/api/xml#noteRequestType) that is represented by `RequestType` class. Eg. low request type is instantiated with `RequestType::getRequestTypeLow()`.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~345 days

Total

3

Last Release

2283d ago

PHP version history (2 changes)v0.1-betaPHP ^7.1

v0.1.0PHP ^7.2

### Community

Maintainers

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

---

Top Contributors

[![simPod](https://avatars.githubusercontent.com/u/327717?v=4)](https://github.com/simPod "simPod (11 commits)")[![JanBukva](https://avatars.githubusercontent.com/u/7108035?v=4)](https://github.com/JanBukva "JanBukva (2 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

phpsmssmsmanagersmssmsmanager

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/simpod-sms-manager/health.svg)](https://phpackages.com/packages/simpod-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)
