Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrainbow committed Jul 22, 2012
1 parent 33988d6 commit d75b30e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Presque [![Build Status](https://secure.travis-ci.org/justinrainbow/presque.png?branch=master)](http://travis-ci.org/justinrainbow/presque)

Presque is a job queuing lib for PHP 5.3+. It is similar to the [Resque](https://github.com/defunkt/resque/)
library, but does not aim to be completely compatible.

Presque is still under heavy development and is not ready for production use.

## Roadmap

* Make the Workers fork-able - so Presque can be ran as a daemon
* 100% test coverage
* Additional storage engines (eg. filesystem, phpredis, etc)
* Full logging integration

0 comments on commit d75b30e

Please sign in to comment.