PHPackages                             stromaler/123sms.biz - 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. stromaler/123sms.biz

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

stromaler/123sms.biz
====================

Simple class for work with http://123sms.biz (http://123sms.sk) API

1.3(7y ago)422.9k↑69.6%2Apache-2.0PHPPHP &gt;= 5.3

Since Aug 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/stromaler/123sms.biz)[ Packagist](https://packagist.org/packages/stromaler/123sms.biz)[ RSS](/packages/stromaler-123smsbiz/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)DependenciesVersions (5)Used By (0)

123sms.biz API PHP CLIENT
=========================

[](#123smsbiz-api-php-client)

Simple class for work with  () API

This class fasten work with 123sms.biz SMS gateway.

It can: -- Send one / multiple SMS -- Get remaining credit information -- Verify telephone number

If you want more functionality from 123sms.biz API, feel free to message me .

I implemented only most used functions what I need.

Example:

SEND SMS:

```
$sms = new Stromaler\Biz123Sms\SmsManager();
$sms->setSender('Me')
    ->setCredentials('myUsername','password')
    ->setMessage('Hi, this is test SMS')
    ->addRecipient('00421111222')
    /* added not required methods
    //->setGateway(SmsManager::GATEWAY_PREMIUM);
    //->setCallbackUrl("https://www.test.com/callback");
    */
    ->sendSms();
```

GET CREDIT INFORMATION:

```
$sms = new Stromaler\Biz123Sms\SmsManager();
$myCredit = $sms->setCredentials('myUsername','password')->getCredit();
```

VERIFY NUMBER:

```
$sms = new Stromaler\Biz123Sms\SmsManager();
$numberInfo = $sms->setCredentials('myUsername','password')->verifyNumber('00421111222');
```

The only dependency is CURL module in PHP.

Enjoy.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~359 days

Total

4

Last Release

2882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9174303aad22bbac3c76f71075de659f303290716c256c58fc4bf1d7847762b0?d=identicon)[stromaler](/maintainers/stromaler)

---

Top Contributors

[![lpasek](https://avatars.githubusercontent.com/u/1460466?v=4)](https://github.com/lpasek "lpasek (7 commits)")[![stromajer](https://avatars.githubusercontent.com/u/9317212?v=4)](https://github.com/stromajer "stromajer (4 commits)")[![hranicka](https://avatars.githubusercontent.com/u/3034538?v=4)](https://github.com/hranicka "hranicka (3 commits)")[![webcraftsk](https://avatars.githubusercontent.com/u/612538?v=4)](https://github.com/webcraftsk "webcraftsk (1 commits)")

---

Tags

phpsms

### Embed Badge

![Health badge](/badges/stromaler-123smsbiz/health.svg)

```
[![Health](https://phpackages.com/badges/stromaler-123smsbiz/health.svg)](https://phpackages.com/packages/stromaler-123smsbiz)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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