Skip to content

invi5H/laravel-static-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.