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)1019.7k↑32.7%3[2 issues](https://github.com/Smolevich/reindexer-client/issues)[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 yesterday

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

41

—

FairBetter than 87% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity78

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

866d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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