PHPackages                             sevenfloor/api-i-digital - 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. sevenfloor/api-i-digital

ActiveLibrary

sevenfloor/api-i-digital
========================

025PHP

Since Oct 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SevenFloor/api-i-digital)[ Packagist](https://packagist.org/packages/sevenfloor/api-i-digital)[ RSS](/packages/sevenfloor-api-i-digital/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Client Api for send message Text|Viber
======================================

[](#client-api-for-send-message-textviber)

[![Latest Stable Version](https://camo.githubusercontent.com/3a5847f1bf5dff2ec94b6a741c67344004db26c100f53e9f92eb431fdcd59611/68747470733a2f2f706f7365722e707567782e6f72672f736576656e666c6f6f722f6170692d692d6469676974616c2f762f737461626c65)](https://packagist.org/packages/sevenfloor/api-i-digital) [![Total Downloads](https://camo.githubusercontent.com/05871619d11ebb8bb7138e6c09987485d3c94004e7ccf09e4f8f679fdd25db4d/68747470733a2f2f706f7365722e707567782e6f72672f736576656e666c6f6f722f6170692d692d6469676974616c2f646f776e6c6f616473)](https://packagist.org/packages/sevenfloor/api-i-digital) [![Latest Unstable Version](https://camo.githubusercontent.com/21bea1518cdceb197bc251cd02de62a0cdaca1cfc53066532e248c8383d8cccc/68747470733a2f2f706f7365722e707567782e6f72672f736576656e666c6f6f722f6170692d692d6469676974616c2f762f756e737461626c65)](https://packagist.org/packages/sevenfloor/api-i-digital) [![License](https://camo.githubusercontent.com/1b54700650126f78d84061f4e5a18414f340a3edcd030a4f73a3c16846b524c1/68747470733a2f2f706f7365722e707567782e6f72672f736576656e666c6f6f722f6170692d692d6469676974616c2f6c6963656e7365)](https://packagist.org/packages/sevenfloor/api-i-digital)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require sevenfloor/api-i-digital:dev-master

```

or add

```
"sevenfloor/api-i-digital": "dev-master"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Add this to your main configuration's components array:

```
'sms' => function () {
    $component = new \sevenfloor\apiidigital\Client('base_uri');
    $component->node_id = 'node_id';
    $component->password = 'password';
    return $component;
},
```

Typical component usage
-----------------------

[](#typical-component-usage)

```
$sms = \Yii::$app->smsnew;

$body = new \sevenfloor\apiidigital\Body(\sevenfloor\apiidigital\Body::TYPE_TEXT, 'test');

// send message
var_dump($sms->message($body, 'source_name', 'desctination'));
// receive status
var_dump($sms->receive());
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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/7f932fb015f3a5284cf4e38d8d2cf5b4f1f17ccd6c5c7cdf02b80de6f6b91f69?d=identicon)[ignatenkovnikita](/maintainers/ignatenkovnikita)

---

Top Contributors

[![ignatenkovnikita](https://avatars.githubusercontent.com/u/4436320?v=4)](https://github.com/ignatenkovnikita "ignatenkovnikita (5 commits)")

### Embed Badge

![Health badge](/badges/sevenfloor-api-i-digital/health.svg)

```
[![Health](https://phpackages.com/badges/sevenfloor-api-i-digital/health.svg)](https://phpackages.com/packages/sevenfloor-api-i-digital)
```

PHPackages © 2026

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