DynamoQueue is a queueing system which uses AWS’ DynamoDB for storing and coordinating the jobs, so runes without the need for daemon.
If you don't need job tracking and strict FIFO job processing, then AWS'
Simple Queue Service will most
likely be more appropriate
I built this originally due a need to be able to run a queue within AWS, that support job tracking. Loosely based on Resque.
It features:
Built in PHP.