dropr™ - the message queue project for PHP
dropr is a distributed message queue framework written in PHP. The main goals are:
* reliable and durable (failsafe)-messaging over networks
* decentralized architecture without a single (point of failure) server instance
* easy to setup and use
* modularity for queue storage and message transports (currently filesystem storage and curl-upload are implemented)