ugly-queue

A simple file-based queue system for PHP 5.3.3+

Build statuses:

  • master: Build Status
  • 0.3.1: Build Status

Installation

This library is designed to be installed into your app using https://getcomposer.org/. Simply copy-paste the following line into your "requires:" hash:

"dcarbone/ugly-queue": "0.3.*"

Basic Usage

Once installed, you must first initialize an instance of src/UglyQueueManager.php. This is done as such:

$config = array(
    'queue-base-dir' => 'path to where you would like queue files and directories to be stored'
);

$manager = new UglyQueueManager($config);

Once initialized, you can start adding queues!

$manager
Description
PHP File based queue.
Readme 128 KiB
v1.0.19 Latest
2024-10-30 10:10:52 +13:00
Languages
PHP 97.8%
Shell 2.2%