PHPackages                             arsen-bespalov/iqsms\_json - 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. [API Development](/categories/api)
4. /
5. arsen-bespalov/iqsms\_json

ActiveLibrary[API Development](/categories/api)

arsen-bespalov/iqsms\_json
==========================

JSON API class for iqsms.ru. Send sms, get current balans, get current list signature, get receiving status, get queue status.

1.0.0(11y ago)151GPLv2PHPPHP &gt;=5.2.4

Since Apr 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ArsenBespalov/iqsms_json)[ Packagist](https://packagist.org/packages/arsen-bespalov/iqsms_json)[ Docs](http://www.iqsms.ru/)[ RSS](/packages/arsen-bespalov-iqsms-json/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

iqsms\_json
===========

[](#iqsms_json)

JSON API интерфейс для сайта iqsms.ru (СМС Дисконт)

Пример использования класса

```
$gate = new iqsms_json('api_login', 'api_password');

var_dump($gate->credits()); // узнаем текущий баланс
var_dump($gate->senders()); // получаем список доступных подписей

$messages = array(
  array(
    "clientId" => "1",
    "phone"=> "71234567890",
    "text"=> "first message",
    "sender"=> "TEST"
  ),
  array(
    "clientId" => "2",
    "phone"=> "71234567891",
    "text"=> "second message",
    "sender"=> "TEST",
  ),
  array(
    "clientId" => "3",
    "phone"=> "71234567892",
    "text"=> "third message",
    "sender"=> "TEST",
  ),
);
var_dump($gate->send($messages, 'testQueue')); // отправляем пакет sms

$messages = array(
  array("clientId"=>"1","smscId"=>11255142),
  array("clientId"=>"2","smscId"=>11255143),
  array("clientId"=>"3","smscId"=>11255144),
);
var_dump($gate->status($messages)); // получаем статусы для пакета sms
var_dump($gate->statusQueue('testQueue', 10)); // получаем статусы из очереди 'testQueue'

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4040d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/979f3d5668d75a2eb49073f9f6ac37bf55e676e4233bd083cb477475ea08baef?d=identicon)[ArsenBespalov](/maintainers/ArsenBespalov)

---

Top Contributors

[![arsensokolov](https://avatars.githubusercontent.com/u/929121?v=4)](https://github.com/arsensokolov "arsensokolov (11 commits)")

---

Tags

composer-packageiqsms-jsonphpsmsJSON-APIiqsmsiqsms.ru

### Embed Badge

![Health badge](/badges/arsen-bespalov-iqsms-json/health.svg)

```
[![Health](https://phpackages.com/badges/arsen-bespalov-iqsms-json/health.svg)](https://phpackages.com/packages/arsen-bespalov-iqsms-json)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[neomerx/json-api

Framework agnostic JSON API (jsonapi.org) implementation

7373.6M27](/packages/neomerx-json-api)[aloha/twilio

Twilio API for Laravel

4733.6M5](/packages/aloha-twilio)[laravel-json-api/laravel

JSON:API for Laravel applications.

6371.4M15](/packages/laravel-json-api-laravel)[timacdonald/json-api

A Lightweight JSON:API Resource for Laravel

639892.5k2](/packages/timacdonald-json-api)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)

PHPackages © 2026

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