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

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

danaketh/sms-manager
====================

PHP library for sending SMS via SmsManager.cz

v0.2.2(2y ago)01.4k[1 PRs](https://github.com/danaketh/SMSManager/pulls)MITPHPPHP ^7.4 | ^8

Since Dec 11Pushed 2y agoCompare

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

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

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

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

[![Build Status](https://github.com/danaketh/SMSManager/actions/workflows/qa.yml/badge.svg)](https://github.com/danaketh/SMSManager)[![GitHub Issues](https://camo.githubusercontent.com/5a52a30eb7e82812856308b554c280469902609c022e07ae52b49a5bc819953e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f64616e616b6574682f534d534d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://github.com/danaketh/SMSManager/issues)[![Latest Stable Version](https://camo.githubusercontent.com/a72fdb9efde16987958d9cd35ce961048b2d103e2f792d333fd565d5f38e7e84/687474703a2f2f706f7365722e707567782e6f72672f64616e616b6574682f736d732d6d616e616765722f76)](https://packagist.org/packages/danaketh/sms-manager) [![Total Downloads](https://camo.githubusercontent.com/9d5a835441454a387456569c78d6f55de43d92792db1779fd27ab46c423ec07e/687474703a2f2f706f7365722e707567782e6f72672f64616e616b6574682f736d732d6d616e616765722f646f776e6c6f616473)](https://packagist.org/packages/danaketh/sms-manager) [![Latest Unstable Version](https://camo.githubusercontent.com/1bd1fe3254661c6adea29080e375dd6f0494407eea7f6e709d32f24ce5963ccf/687474703a2f2f706f7365722e707567782e6f72672f64616e616b6574682f736d732d6d616e616765722f762f756e737461626c65)](https://packagist.org/packages/danaketh/sms-manager) [![License](https://camo.githubusercontent.com/4ae6928f27c518a8874f02dbbf14095fdd9f6f917c051c20ce0c098b1264eca8/687474703a2f2f706f7365722e707567782e6f72672f64616e616b6574682f736d732d6d616e616765722f6c6963656e7365)](https://packagist.org/packages/danaketh/sms-manager) [![PHP Version Require](https://camo.githubusercontent.com/0399a438b7cd6c985dfdb969e519cf4343bcd659f4c0091bb5c0e754c84bf0fc/687474703a2f2f706f7365722e707567782e6f72672f64616e616b6574682f736d732d6d616e616765722f726571756972652f706870)](https://packagist.org/packages/danaketh/sms-manager)

Library for PHP that can send SMS messages via SmsManager.cz gateway. PHP8 fork of [SMSManager](https://github.com/simPod/SMSManager). *(not all API methods are implemented for now)*

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

[](#installation)

```
composer require danaketh/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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.8% 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 ~138 days

Total

3

Last Release

1024d ago

PHP version history (2 changes)v0.2.0PHP 8.\*

v0.2.2PHP ^7.4 | ^8

### Community

Maintainers

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

---

Top Contributors

[![danaketh](https://avatars.githubusercontent.com/u/1324249?v=4)](https://github.com/danaketh "danaketh (20 commits)")[![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

smssmsmanager

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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