bluzphp/module-queues

bluz queues module

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:bluz-module

dev-master 2019-03-20 11:13 UTC

This package is auto-updated.

Last update: 2024-03-29 02:56:07 UTC


README

Achievements

PHP >= 7.1+

Latest Stable Version

Build Status

Scrutinizer Code Quality

Total Downloads

License

Usage

Install module

To install the module run the command:

php /vendor/bin/bluzman module:install queues

Run CLI

To run worker, run the command:

php /vendor/bin/bluzman run queues/worker
php /vendor/bin/bluzman db:migrate

Remove module

To remove the module, run the command:

php /vendor/bin/bluzman module:remove queues