Download the PHP package jrdnrc/queue-stats without Composer
On this page you can find all versions of the php package jrdnrc/queue-stats. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package queue-stats
Queue Stats
Adds commands to laravel to output information about running queue workers.
Configuration
Service Provider:
If you don't have auto discovery, register this provider in config/app.php
:
\JrdnRc\QueueStats\QueueStatsServiceProvider::class
Configuration File
$ php artisan vendor:publish --provider="JrdnRc\\QueueStats\\QueueStatsServiceProvider"
Output:
Supervisor Config
This package can also generate supervisor config for your queue workers.
- User is required
- Log path and directory can be defined in config file
All versions of queue-stats with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
illuminate/console Version ^5.5
predis/predis Version ^1.1
illuminate/config Version ^5.5
illuminate/redis Version ^5.5
illuminate/support Version ^5.5
illuminate/container Version ^5.5
illuminate/console Version ^5.5
predis/predis Version ^1.1
illuminate/config Version ^5.5
illuminate/redis Version ^5.5
illuminate/support Version ^5.5
illuminate/container Version ^5.5
The package jrdnrc/queue-stats contains the following files
Loading the files please wait ....