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.9k↓100%3MITPHP

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 1mo 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

33

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

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

2284d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f629e2d17ed0b6e670c7342245eada4db9e12afb5a5bb85a98256a346afd650?d=identicon)[greeny](/maintainers/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

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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