PHPackages                             brokerexchange/elasticqueue - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. brokerexchange/elasticqueue

ActiveLibrary[Queues &amp; Workers](/categories/queues)

brokerexchange/elasticqueue
===========================

Laravel Queue Driver for Elasticsearch

v0.3(8y ago)3263MITPHP

Since Nov 3Pushed 7y ago5 watchersCompare

[ Source](https://github.com/BrokerExchange/ElasticQueue)[ Packagist](https://packagist.org/packages/brokerexchange/elasticqueue)[ Docs](http://brokerexchange.github.io/ElasticQueue/)[ RSS](/packages/brokerexchange-elasticqueue/feed)WikiDiscussions master Synced 2d ago

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

[![Latest Stable Version](https://camo.githubusercontent.com/25b445c8c0a8a68e16a8f100f64bc2ade59087d5a05a457d879e72f8abaf5e56/68747470733a2f2f706f7365722e707567782e6f72672f62726f6b657265786368616e67652f656c617374696371756575652f762f737461626c65)](https://packagist.org/packages/brokerexchange/elasticqueue)[![Latest Unstable Version](https://camo.githubusercontent.com/4d5c9fc4f785ebcabef82a7ef3ec5e2f8eac029b937350d9ebb80582f6002126/68747470733a2f2f706f7365722e707567782e6f72672f62726f6b657265786368616e67652f656c617374696371756575652f762f756e737461626c65)](https://packagist.org/packages/brokerexchange/elasticqueue)[![Total Downloads](https://camo.githubusercontent.com/e985a83d576e57ac39416166b6ee38d5b1796201417dc8dccfebfbcf4c729095/68747470733a2f2f706f7365722e707567782e6f72672f62726f6b657265786368616e67652f656c617374696371756575652f646f776e6c6f616473)](https://packagist.org/packages/brokerexchange/elasticqueue)[![License](https://camo.githubusercontent.com/4b5df89db6a81f9ddaab641b2a25948bd1e0415f9214b5c5b5e863fab985b6df/68747470733a2f2f706f7365722e707567782e6f72672f62726f6b657265786368616e67652f656c617374696371756575652f6c6963656e7365)](https://packagist.org/packages/brokerexchange/elasticqueue)[![composer.lock](https://camo.githubusercontent.com/7bbd1fc43bf5ae4bd42b35fa31beef57b49537eea937d6e4a65ac551790089d0/68747470733a2f2f706f7365722e707567782e6f72672f62726f6b657265786368616e67652f656c617374696371756575652f636f6d706f7365726c6f636b)](https://packagist.org/packages/brokerexchange/elasticqueue)

ElasticQueue
============

[](#elasticqueue)

Laravel Queue Driver for Elasticsearch

License
-------

[](#license)

ElasticQueue is released under the MIT Open Source License,

Copyright
---------

[](#copyright)

ElasticQueue © Broker Exchange Network 2018

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

[](#installation)

- Run command `composer require brokerexchange\elasticqueue`
- If you are using Laravel 5.5+, this package will be auto-discovered
    - Otherwise, add `ElasticQueue\ElasticQueueServiceProvider::class,` to config/app.php
- Add to config/queue.php

```
        'elasticsearch' => [
            'driver' => 'elasticsearch',
            'host' => explode(',',env('ELASTICSEARCH_HOST','localhost:9200')),
            'index' => 'jobs',
            'queue' => 'default',
            'retry_after' => 60,
        ],
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~175 days

Total

3

Last Release

3178d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/801349?v=4)[Charles Peterson](/maintainers/Artistan)[@Artistan](https://github.com/Artistan)

![](https://avatars.githubusercontent.com/u/986822?v=4)[Brian Mix](/maintainers/brino)[@brino](https://github.com/brino)

![](https://avatars.githubusercontent.com/u/2651603?v=4)[Sean Wahlstrom](/maintainers/SeanWahlstrom)[@SeanWahlstrom](https://github.com/SeanWahlstrom)

---

Top Contributors

[![brino](https://avatars.githubusercontent.com/u/986822?v=4)](https://github.com/brino "brino (11 commits)")[![Jantho1990](https://avatars.githubusercontent.com/u/20214977?v=4)](https://github.com/Jantho1990 "Jantho1990 (1 commits)")

---

Tags

laravelelasticsearchqueue

### Embed Badge

![Health badge](/badges/brokerexchange-elasticqueue/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

4482.3k](/packages/pmatseykanets-artisan-beans)

PHPackages © 2026

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