PHPackages                             webjeyros/sms-activation-api - 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. webjeyros/sms-activation-api

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

webjeyros/sms-activation-api
============================

PHP Library for working with SMS activation services

101035[1 PRs](https://github.com/webjeyros/sms-activation-api/pulls)PHP

Since Apr 12Pushed 9y ago3 watchersCompare

[ Source](https://github.com/webjeyros/sms-activation-api)[ Packagist](https://packagist.org/packages/webjeyros/sms-activation-api)[ RSS](/packages/webjeyros-sms-activation-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

sms-activation-api
==================

[](#sms-activation-api)

PHP Library for working with SMS activation services

Supported sevices
-----------------

[](#supported-sevices)

- [sms-reg.com](http://sms-reg.com) ([API Documentation](http://sms-reg.com/docs/API.html))
- [getsms.online](https://getsms.online) ([API Documentation](https://getsms.online/ru/api.html))
- [onlinesim.ru](http://onlinesim.ru) ([API Documentation](http://onlinesim.ru/docs/api/ru))
- [sms-activate.ru](http://sms-activate.ru) ([API Documentation](http://sms-activate.ru/index.php?act=api))
- [sms-area.org](http://sms-area.org) ([API Documentation](http://sms-area.org/api.txt))
- [smslike.ru](https://smslike.ru) ([API Documentation](https://smslike.ru/?action=cp&page=api))
- [smsvk.net](http://smsvk.net) ([API Documentation](http://smsvk.net/api.html))

Instalation
-----------

[](#instalation)

```
composer require webjeyros/sms-activation-api

```

Example usage:
--------------

[](#example-usage)

```
use SmsActivator\Service\smsReg;
use SmsActivator\SmsActivator;

require_once __DIR__.'/../vendor/autoload.php';
$client= new GuzzleHttp\Client();
$smsActivator=new SmsActivator(new smsReg('_api_key_here_'),$client);
print_r($smsActivator->getBalance()) ;
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![webjeyros](https://avatars.githubusercontent.com/u/6674215?v=4)](https://github.com/webjeyros "webjeyros (2 commits)")

### Embed Badge

![Health badge](/badges/webjeyros-sms-activation-api/health.svg)

```
[![Health](https://phpackages.com/badges/webjeyros-sms-activation-api/health.svg)](https://phpackages.com/packages/webjeyros-sms-activation-api)
```

PHPackages © 2026

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