friday14 / artisan-beanstalk
Artisan command for beanstalk
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/friday14/artisan-beanstalk
Requires
- php: >=5.6.4
- pda/pheanstalk: ~3.0
This package is not auto-updated.
Last update: 2025-10-12 10:39:07 UTC
README
The component provides an artisan command for Beanstalk. With which you can run worker for all queues that have the format subject.queue.
Install
composer require friday14/artisan-beanstalk ~1.0
Add the ServiceProvider to the providers array in config/app.php
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:
php artisan queue:beanstalk --queue=subject.*