PHPackages                             rooyekhat/igap-php-client - 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. rooyekhat/igap-php-client

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

rooyekhat/igap-php-client
=========================

PHP client for iGap messenger

1.0.4(8y ago)384LGPL-3.0-onlyPHP

Since Jun 12Pushed 8y ago2 watchersCompare

[ Source](https://github.com/RooyeKhat-Media/iGap-PHP-Client)[ Packagist](https://packagist.org/packages/rooyekhat/igap-php-client)[ RSS](/packages/rooyekhat-igap-php-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

[![PRs Welcome](https://camo.githubusercontent.com/dd0b24c1e6776719edb2c273548a510d6490d8d25269a043dfabbd38419905da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667)](https://github.com/RooyeKhat-Media/iGap-PHP-Client/pulls)[![GitHub top language](https://camo.githubusercontent.com/fd5d79e1be4b9a50a56c2a4f44ecfa33beb394fd9251ca0acecc8454faf3dfb4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f526f6f79654b6861742d4d656469612f694761702d5048502d436c69656e742e737667)](#)[![GitHub repo size in bytes](https://camo.githubusercontent.com/96ac10807df4a3b13d10d383f010f27d89c5338e00b47ee31b779504ad9bad98/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f526f6f79654b6861742d4d656469612f694761702d5048502d436c69656e742e737667)](#)[![GNU LESSER GENERAL PUBLIC LICENSE](https://camo.githubusercontent.com/467f460cf815fd458e3e8cf53ed06b762c3e5e1ad029f0b384c578895480ea0e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f526f6f79654b6861742d4d656469612f694761702d5048502d436c69656e742e737667)](LICENSE)

An official iGap PHP client

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

[](#installation)

The recommended way to install iGap-PHP-Client is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of iGap-PHP-Client:

```
composer require rooyekhat/igap-php-client
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

You can then later update iGap-PHP-Client using composer:

```
composer update
```

**protobuf** module is required , follow

Quickstart example
------------------

[](#quickstart-example)

Once installed, you can use the following code to send some requests:

```
$loop = React\EventLoop\Factory::create();
$connector = new React\Socket\Connector($loop, [
    'dns' => '8.8.8.8',
    'timeout' => 10
]);

iGap\Api::init($loop, $connector);

$userRegister = new \Proto\UserRegister();
$userRegister->setCountryCode('IR');
$userRegister->setPhoneNumber('912xxxxxxx');

iGap\Api::getInstance()->invoke(
    iGap\Api::ACTION_USER_REGISTER,
    $userRegister
);

$loop->run();
```

See also the [**examples**](src/examples).

API documentation
-----------------

[](#api-documentation)

iGap API manuals:

Protocol buffers files :

Partner
-------

[](#partner)

**[RooyeKhat Media](https://rooyekhat.co/en)** was founded in 2015 aiming to create communicative and informative platforms supported by Internet and network on the basis of modern technology. We focus on the fields of designing, programming, supporting communicative and media software on mobile phones and tablets.

Licence
-------

[](#licence)

iGap-PHP-Client is released under the [GNU Lesser General Public License](LICENSE)

[![GNU LESSER GENERAL PUBLIC LICENSE - Version 3](https://camo.githubusercontent.com/a1da4b7e54c375dff2551a41f1fe9e682473a4105e64aa06c82cd48cd36a78f0/68747470733a2f2f7777772e676e752e6f72672f67726170686963732f6c67706c76332d3134377835312e706e67)](https://camo.githubusercontent.com/a1da4b7e54c375dff2551a41f1fe9e682473a4105e64aa06c82cd48cd36a78f0/68747470733a2f2f7777772e676e752e6f72672f67726170686963732f6c67706c76332d3134377835312e706e67)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

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

Every ~4 days

Total

5

Last Release

2922d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13883221?v=4)[Mohammad Rasoul Kazemi](/maintainers/RooyeKhat)[@RooyeKhat](https://github.com/RooyeKhat)

---

Top Contributors

[![amereii](https://avatars.githubusercontent.com/u/16239920?v=4)](https://github.com/amereii "amereii (9 commits)")[![RooyeKhat](https://avatars.githubusercontent.com/u/13883221?v=4)](https://github.com/RooyeKhat "RooyeKhat (2 commits)")

---

Tags

cloud-messagingigapigap-clientinstant-messagingmessagingmessengerphp

### Embed Badge

![Health badge](/badges/rooyekhat-igap-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/rooyekhat-igap-php-client/health.svg)](https://phpackages.com/packages/rooyekhat-igap-php-client)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

344128.8M102](/packages/google-cloud-core)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)

PHPackages © 2026

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