PHPackages                             axima/sms-gate - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. axima/sms-gate

ActiveLibrary[HTTP &amp; Networking](/categories/http)

axima/sms-gate
==============

PHP implementation of sms.sluzba.cz API.

1.1.0(6y ago)06.9k3MITPHP

Since Mar 16Pushed 6y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

php-sms-gate
============

[](#php-sms-gate)

PHP implementation of sms.sluzba.cz API.

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

[](#installation)

```
composer require axima/sms-gate

```

Usage
-----

[](#usage)

```
use Axima\SmsGate\Client;
use GuzzleHttp\Client as GuzzleClient;

$client = new Client(new GuzzleClient, 'login', 'password');
$client->sendSms(123456789, 'Hello there!');

```

To request confirmation, you can also provide third parameter to method `sendSms`, like this:

```
$client->sendSms(123456789, 'Hello there!', TRUE);

```

Setting it to `FALSE` disables confirmation for this SMS. Setting it to `NULL` will use user's default settings.

4th parameter can be used to schedule sending of SMS.

```
$client->sendSms(123456789, 'Hello there!', TRUE, new DateTime('+10 minutes'));

```

Bug reports, feature requests
-----------------------------

[](#bug-reports-feature-requests)

Please use GitHub issue tracker / pull requests.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~528 days

Total

3

Last Release

2330d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3734204?v=4)[Tomáš Blatný](/maintainers/greeny)[@greeny](https://github.com/greeny)

---

Top Contributors

[![greeny](https://avatars.githubusercontent.com/u/3734204?v=4)](https://github.com/greeny "greeny (5 commits)")[![JiriSko](https://avatars.githubusercontent.com/u/997061?v=4)](https://github.com/JiriSko "JiriSko (2 commits)")

---

Tags

gatewayphpsms

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

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

PHPackages © 2026

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