PHPackages                             smolevich/reindexer-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. [API Development](/categories/api)
4. /
5. smolevich/reindexer-client

ActiveLibrary[API Development](/categories/api)

smolevich/reindexer-client
==========================

PHP client for using database reindexer

2.0.4(2y ago)1018.8k↓35.7%3[5 PRs](https://github.com/Smolevich/reindexer-client/pulls)2MITPHPPHP &gt;=8.0

Since Sep 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Smolevich/reindexer-client)[ Packagist](https://packagist.org/packages/smolevich/reindexer-client)[ GitHub Sponsors](https://github.com/smolevich)[ RSS](/packages/smolevich-reindexer-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (27)Used By (2)

[![CI](https://github.com/Smolevich/reindexer-client/actions/workflows/ci.yml/badge.svg)](https://github.com/Smolevich/reindexer-client/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/0d7e1cea1a79271e0ea2f005c318fee5568504f9eb8796274224570addf686cb/68747470733a2f2f636f6465636f762e696f2f67682f536d6f6c65766963682f7265696e64657865722d636c69656e742f67726170682f62616467652e7376673f746f6b656e3d36316e6f6e37766a694b)](https://codecov.io/gh/Smolevich/reindexer-client)

PHP client for work with [reindexer](https://github.com/Restream/reindexer)
===========================================================================

[](#php-client-for-work-with-reindexer)

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

[](#installation)

```
composer require smolevich/reindexer-client
```

Configuration file for library
------------------------------

[](#configuration-file-for-library)

```
{
  "endpoint": "http://localhost:9088",
  "client_config": {
    "http_errors": 0
  }
}

```

- endpoint - url of reindexer instance
- client\_config - guzzle configuration settings for api client, now it is options for guzzle client, in future versions fields can be renamed

Example of using
----------------

[](#example-of-using)

```
    $apiClient = new Api($this->config['endpoint'], $this->config['client_config']);
    $dbService = new Database($apiClient);
    $response = $dbService->getList();
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity77

Established project with proven stability

 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

Every ~198 days

Recently: every ~170 days

Total

11

Last Release

814d ago

Major Versions

1.x-dev → 2.0.02022-04-06

PHP version history (3 changes)1.0.0PHP &gt;=7.1

1.0.4PHP &gt;=7.2

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7188867?v=4)[Stas](/maintainers/Smolevich)[@Smolevich](https://github.com/Smolevich)

---

Top Contributors

[![Smolevich](https://avatars.githubusercontent.com/u/7188867?v=4)](https://github.com/Smolevich "Smolevich (120 commits)")

---

Tags

apireindexerrest-client

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/smolevich-reindexer-client/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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