PHPackages                             hamdallah90/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. hamdallah90/elasticqueue

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

hamdallah90/elasticqueue
========================

Laravel Queue Driver for Elasticsearch

01PHP

Since Jan 25Pushed 3y agoCompare

[ Source](https://github.com/hamdallah90/ElasticQueue)[ Packagist](https://packagist.org/packages/hamdallah90/elasticqueue)[ RSS](/packages/hamdallah90-elasticqueue/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)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 hamdallah90/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

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 73.3% 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/368f4bba76734984f3c9fae12139cddea8e0f7d5dfaa35ee785e2903f66fa374?d=identicon)[hamdallah90](/maintainers/hamdallah90)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6046.3M541](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[belvg/module-sqs

N/A

1544.6k](/packages/belvg-module-sqs)[bsidev/bitrix-queue

Queues for Bitrix CMS

232.8k](/packages/bsidev-bitrix-queue)[lelivrescolaire/sqs-bundle

Communicate with an SQS queue from inside your symfony 2 application.

109.6k](/packages/lelivrescolaire-sqs-bundle)

PHPackages © 2026

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