Job-Queue
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
-
Bootstrapping into a Zend_Application
-
A sample job script (Alanstormdotcom_Job_Example)
-
Adding jobs to the queue
-
Reading a job from the queue