/module-queues

Module Queues for Bluz framework

Primary LanguagePHPMIT LicenseMIT

Module Queues for Bluz Skeleton

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