PHPackages                             ulex/elasticsearch-dev-tools - 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. ulex/elasticsearch-dev-tools

ActiveLibrary

ulex/elasticsearch-dev-tools
============================

Elasticsearch Dev Tools package for PHP

01PHP

Since Apr 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/alexpilavakis/elasticsearch-dev-tools)[ Packagist](https://packagist.org/packages/ulex/elasticsearch-dev-tools)[ RSS](/packages/ulex-elasticsearch-dev-tools/feed)WikiDiscussions main Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

> Elasticsearch DevTools is an Elasticsearch ODM and mapper for PHP. It renders the developer experience more enjoyable while using Elasticsearch queries similarly as you normally would.

[![License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/ulex/elasticsearch-dev-tools)

> Created using Elasticsearch v7.x

Installation
============

[](#installation)

First, install the package via Composer:

```
composer require ulex/elasticsearch-dev-tools
```

 Service Provider
------------------

[](#-service-provider-)

### For Laravel

[](#for-laravel)

You should publish the RepositoriesServiceProvider: ```
php artisan vendor:publish --provider="Ulex\ElasticsearchDevTools\ElasticsearchDevToolsServiceProvider" --tag=config
```

Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

```
'providers' => [
// ...
Ulex\ElasticsearchDevTools\ElasticsearchDevToolsServiceProvider::class,
```

### For Lumen

[](#for-lumen)

In your `bootstrap/app.php` add this:

```
$app->register(Ulex\ElasticsearchDevTools\ElasticsearchDevToolsServiceProvider::class);

```

---

 Config
--------

[](#-config-)

If config file `elasticsearch-dev-tools.php` was not published copy it to config folder with:

```
cp vendor/ulex/elasticsearch-dev-tools/config/elasticsearch-dev-tools.php config/elasticsearch-dev-tools.php

```

Usage
=====

[](#usage)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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/5c0d1398d65cb4a1f7a8665a941c8eef9a72c2415b460eea0c2a9cce19898361?d=identicon)[alexpilavakis](/maintainers/alexpilavakis)

---

Top Contributors

[![alexpilavakis](https://avatars.githubusercontent.com/u/46778251?v=4)](https://github.com/alexpilavakis "alexpilavakis (3 commits)")

### Embed Badge

![Health badge](/badges/ulex-elasticsearch-dev-tools/health.svg)

```
[![Health](https://phpackages.com/badges/ulex-elasticsearch-dev-tools/health.svg)](https://phpackages.com/packages/ulex-elasticsearch-dev-tools)
```

PHPackages © 2026

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