invi5h/laravel-static-queue

A Laravel package for static queue drivers.

Maintainers

Package info

github.com/invi5H/laravel-static-queue

Forum

pkg:composer/invi5h/laravel-static-queue

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

0.1.0 2022-06-15 10:17 UTC

This package is auto-updated.

Last update: 2026-07-15 15:53: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.