PHPackages                             apache/apache-ignite-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. apache/apache-ignite-client

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

apache/apache-ignite-client
===========================

PHP Client for Apache Ignite

3985[1 PRs](https://github.com/apache/ignite-php-thin-client/pulls)PHPCI failing

Since Feb 17Pushed 1mo ago23 watchersCompare

[ Source](https://github.com/apache/ignite-php-thin-client)[ Packagist](https://packagist.org/packages/apache/apache-ignite-client)[ RSS](/packages/apache-apache-ignite-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Thin Client
===============

[](#php-thin-client)

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

[](#installation)

The client requires PHP version 7.2 or higher () and Composer Dependency Manager ().

The client additionally requires PHP Multibyte String extension. Depending on you PHP configuration you may need to additionally install/configure it ()

### Installation from the PHP Package Repository

[](#installation-from-the-php-package-repository)

Run from your application root

```
composer require apache/apache-ignite-client

```

To use the client in your application, include `vendor/autoload.php` file, generated by Composer, to your source code, eg.

```
require_once __DIR__ . '/vendor/autoload.php';

```

### Installation from Sources

[](#installation-from-sources)

1. Download Ignite sources to `local_ignite_path`
2. Go to `local_ignite_path/modules/platforms/php` folder
3. Execute `composer install --no-dev` command

```
cd local_ignite_path/modules/platforms/php
composer install --no-dev
```

To use the client in your application, include `vendor/autoload.php` file, generated by Composer, to your source code, eg.

```
require_once "/vendor/autoload.php";

```

For more information, see [Apache Ignite PHP Thin Client documentation](https://apacheignite.readme.io/docs/php-thin-client).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance59

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor3

3 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10137?v=4)[Deleted user](/maintainers/ghost)[@ghost](https://github.com/ghost)

---

Top Contributors

[![daradurvs](https://avatars.githubusercontent.com/u/11329797?v=4)](https://github.com/daradurvs "daradurvs (1 commits)")[![ekaterina-nbl](https://avatars.githubusercontent.com/u/26255813?v=4)](https://github.com/ekaterina-nbl "ekaterina-nbl (1 commits)")[![isapego](https://avatars.githubusercontent.com/u/8844039?v=4)](https://github.com/isapego "isapego (1 commits)")[![ppetrosh](https://avatars.githubusercontent.com/u/20688680?v=4)](https://github.com/ppetrosh "ppetrosh (1 commits)")[![timoninmaxim](https://avatars.githubusercontent.com/u/5667421?v=4)](https://github.com/timoninmaxim "timoninmaxim (1 commits)")

### Embed Badge

![Health badge](/badges/apache-apache-ignite-client/health.svg)

```
[![Health](https://phpackages.com/badges/apache-apache-ignite-client/health.svg)](https://phpackages.com/packages/apache-apache-ignite-client)
```

PHPackages © 2026

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