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.6k↓50%2Apache-2.0PHPPHP &gt;= 5.3

Since Aug 30Pushed 6y 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 1mo ago

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 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

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

2830d 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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