LaravelPackages.net
Acme Inc.
Toggle sidebar
invi5h/laravel-static-queue

A Laravel package for static queue drivers.

3
0
0.1.0
About invi5h/laravel-static-queue

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

Introduction

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.

Comments