2017 © Pedro Peláez
 

library artisan-beanstalk

Artisan command for beanstalk

image

friday14/artisan-beanstalk

Artisan command for beanstalk

  • Tuesday, December 19, 2017
  • by Friday14
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

The Artisan command to queue for beanstalk

The component provides an artisan command for Beanstalk. With which you can run worker for all queues that have the format subject.queue., (*1)

Install

composer require friday14/artisan-beanstalk ~1.0, (*2)

Add the ServiceProvider to the providers array in config/app.php, (*3)

Friday14\Beanstalk\ServiceProvider::class

Usage Instructions

For example, if there are 3 queues with names subject.queue1, subject.queue2, subject.queue3 We can run all artisan with the artisan command:, (*4)

php artisan queue:beanstalk --queue=subject.*

The Versions

19/12 2017

dev-master

9999999-dev

Artisan command for beanstalk

  Sources   Download

The Requires

 

by Evgeniy Marthenov

19/12 2017

v1.0.1

1.0.1.0

Artisan command for beanstalk

  Sources   Download

The Requires

 

by Evgeniy Marthenov

17/12 2017

v1.0.0

1.0.0.0

Artisan command for beanstalk

  Sources   Download

The Requires

  • php >=5.6.4

 

by Evgeniy Marthenov