2017 © Pedro Peláez
 

library elasticqueue

Laravel Queue Driver for Elasticsearch

image

brokerexchange/elasticqueue

Laravel Queue Driver for Elasticsearch

  • Wednesday, October 18, 2017
  • by Artistan
  • Repository
  • 5 Watchers
  • 2 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Latest Stable Version Latest Unstable Version Total Downloads License composer.lock, (*1)

ElasticQueue

Laravel Queue Driver for Elasticsearch, (*2)

License

ElasticQueue is released under the MIT Open Source License, https://opensource.org/licenses/MIT, (*3)

ElasticQueue © Broker Exchange Network 2018, (*4)

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,
        ],

The Versions

18/10 2017

dev-master

9999999-dev http://brokerexchange.github.io/ElasticQueue/

Laravel Queue Driver for Elasticsearch

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel elasticsearch queue

18/10 2017

v0.3

0.3.0.0 http://brokerexchange.github.io/ElasticQueue/

Laravel Queue Driver for Elasticsearch

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel elasticsearch queue

03/11 2016

v0.2

0.2.0.0 http://brokerexchange.github.io/ElasticQueue/

Laravel Queue Driver for Elasticsearch

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel elasticsearch queue

03/11 2016

v0.1

0.1.0.0 http://brokerexchange.github.io/ElasticQueue/

Laravel Queue Driver for Elasticsearch

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel elasticsearch queue