invi5h/laravel-static-queue

A Laravel package for static queue drivers.

0.1.0 2022-06-15 10:17 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.