2017 © Pedro Peláez
 

library queue

Mizmoz Queue Library

image

mizmoz/queue

Mizmoz Queue Library

  • Thursday, March 29, 2018
  • by ianchadwick
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 133 % Grown

The README.md

Mizmoz Queue Library

A simple queue manager, still in early development so expect lots of changes to the core API, heartbreak likely., (*1)

Requirements

PHP 7.1 or newer., (*2)

Installation

# composer require mizmoz/queue

If you're using Beanstalkd you'll need the Pheanstalkd library, (*3)

# composer require pda/pheanstalk

Adapters

Beanstalkd

Beanstalkd queue using the Pheanstalkd library, (*4)

Memory

In memory queue with SplQueue, (*5)

Direct

This isn't a queue and will execute anything passed to it immediately., (*6)

Usage

See the tests directory for usage. This will be updated as we get nearer a stable release product., (*7)

The Versions

29/03 2018
29/03 2018
29/03 2018