I have just made my first release to GitHub, majaxPheanstalkPlugin for symfony 1.4.x (possibly will work on older ones). It's a set of tools that help to access Beanstalkd and make building workers much simpler.
It builds off of the work of Paul Annesley (pda)'s pheanstalk which provides a simple php library for accessing a Beanstalkd server.
The goal is to provide you with simple tools for managing your Beanstalkd integration. Right now it's just worker thread tools and a simple factory, but I hope to grow it into a more complete library as time goes on.
Paul Annesley
November 8, 2010 @ 7:06 pm
Nice work – great to see an easy way to get Pheanstalk integrated into Symfony.
Cheers!
Paul