invi5h/laravel-static-queue is a Laravel package for a laravel package for static queue drivers..
It currently has 0 GitHub stars and 3 downloads on Packagist (latest version 0.1.0).
Install it with composer require invi5h/laravel-static-queue.
Discover more Laravel packages by invi5h
or browse all Laravel packages to compare alternatives.
Last updated
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.
Install this through composer. Please see composer's documentation for details.
Run composer test.