invi5h / laravel-static-queue
A Laravel package for static queue drivers.
0.1.0
2022-06-15 10:17 UTC
Requires
- php: ^8.1
Requires (Dev)
- ext-xdebug: *
- friendsofphp/php-cs-fixer: ^3.8
- laravel/framework: ^9.9
- orchestra/testbench: ^7.4
- pestphp/pest: ^1.21
- pestphp/pest-plugin-mock: ^1.0
- vlucas/phpdotenv: ^5.4
This package is auto-updated.
Last update: 2025-04-01 15:29:20 UTC
README
A Laravel package for static queue drivers. This allows you to make a static queue which will only return a fixed set of jobs in a loop. This queue can then be run through laravel's own queue worker normally.
Installation
Install this through composer. Please see composer's documentation for details.
Testing
Run composer test
.