PHPackages                             media24si/eswrapper - 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. [Search &amp; Filtering](/categories/search)
4. /
5. media24si/eswrapper

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

media24si/eswrapper
===================

Laravel 5 Elasticsearch-PHP 2 wrapper

1.0(10y ago)0105MITPHPPHP &gt;=5.6.0

Since Jan 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Media24si/ESWrapper)[ Packagist](https://packagist.org/packages/media24si/eswrapper)[ Docs](https://github.com/Media24si/ESWrapper)[ RSS](/packages/media24si-eswrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ElasticSearch-php 2 Facade
==========================

[](#elasticsearch-php-2-facade)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Facade for [elasticsearch-php2](https://www.elastic.co/guide/en/elasticsearch/client/php-api/2.0/index.html)

Install
-------

[](#install)

Require this package with Composer (Packagist), using the following command:

```
$ composer require media24si/eswrapper
```

Register the ESWrapperServiceProvider to the providers array in `config/app.php`

```
Media24si\ESWrapper\ESWrapperServiceProvider::class,
```

Publish vendor files (config file):

```
$ php artisan vendor:publish
```

**Optional**Register the facade in `config/app.php`:

```
'Elastic' => Media24si\ESWrapper\Facades\ESWrapper::class
```

Usage
-----

[](#usage)

You can use this package without any configuration. Just use the \\Elastic facade in your controller.

Call your endpoints, like you would a normal elasticsearch client:

```
\Elastic::get([
    'index' => 'my_index',
    'type' => 'my_type',
    'id' => 'my_id'
]);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3786d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17848fce32bf9d0ecfb9427ab0e842794bdd8b2c26eec791e5dad8d33b8703b5?d=identicon)[BostjanOb](/maintainers/BostjanOb)

---

Top Contributors

[![BostjanOb](https://avatars.githubusercontent.com/u/650818?v=4)](https://github.com/BostjanOb "BostjanOb (6 commits)")

---

Tags

laravelelasticsearchlaravel 5

### Embed Badge

![Health badge](/badges/media24si-eswrapper/health.svg)

```
[![Health](https://phpackages.com/badges/media24si-eswrapper/health.svg)](https://phpackages.com/packages/media24si-eswrapper)
```

###  Alternatives

[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[baijunyao/laravel-scout-elasticsearch

Elasticsearch Driver for Laravel Scout

8023.7k1](/packages/baijunyao-laravel-scout-elasticsearch)

PHPackages © 2026

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