https://github.com/bluzphp/module-queues
Module Queues for Bluz framework
https://github.com/bluzphp/module-queues
bluz-module
Last synced: about 2 months ago
JSON representation
Module Queues for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-queues
- Owner: bluzphp
- License: mit
- Created: 2019-02-07T16:08:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T13:03:29.000Z (over 6 years ago)
- Last Synced: 2025-01-19T15:39:06.003Z (about 1 year ago)
- Topics: bluz-module
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module Queues for Bluz Skeleton
## Achievements
[](https://php.net/)
[](https://packagist.org/packages/bluzphp/module-queues)
[](https://travis-ci.org/bluzphp/module-queues)
[](https://scrutinizer-ci.com/g/bluzphp/module-queues/)
[](https://packagist.org/packages/bluzphp/module-queues)
[](https://packagist.org/packages/bluzphp/module-queues)
## Usage
### Install module
To install the module run the command:
```bash
php /vendor/bin/bluzman module:install queues
```
### Run CLI
To run worker, run the command:
```bash
php /vendor/bin/bluzman run queues/worker
php /vendor/bin/bluzman db:migrate
```
### Remove module
To remove the module, run the command:
```bash
php /vendor/bin/bluzman module:remove queues
```