Job-Queue icon indicating copy to clipboard operation
Job-Queue copied to clipboard

A PHP job queue implemented using Zend Framework's messasing queue

trafficstars

Job Queue

A job queue implementation using Zend Framework's messaging queue.

Class Files

Class Files are located in

job_queue/library/Alanstormdotcom/job

Sample Application

Source tree also includes a sample application that demonstates

  1. Bootstrapping into a Zend_Application

  2. A sample job script (Alanstormdotcom_Job_Example)

  3. Adding jobs to the queue

  4. Reading a job from the queue