From 69ea70078a52e05dadaa77060e8e2aabc332c92f Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 30 Apr 2013 21:45:21 -0700 Subject: [PATCH] --- awesome-php.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 7f1dff5..4a1d40b 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -179,6 +179,10 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library. * [Predis](https://github.com/nrk/predis) - A feature complete Redis library. +## Queue + +* [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library. + ## Command Line * [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.