Beanstalkd in Symfony 2

1.1k views Asked by At

I am in the process of integrating some sort of background service executor. I am thinking to use Beanstalkd for it. I Googled it everywhere but I could not find a decent bundle to do the job with nice documentation. Few I found were

  • LeezyPheanstalkBundle

  • drymek/pheanstalk-bundle

But these bundles do not describe everything from start to end like this one from Laravel. Like listening for the job, sending arguments and so forth.

Is there any bundle for this or perhaps documentation? I found one nice one for Laravel with proper documentation and everything.

So, I am thinking if I chose to Laravel container for this job are there any tutorials regarding how to use Symfony bundles in Laravel. I found many for using Symfony bundles in Laravel but not the vice versa.

Can someone please give me any insight in this matter.

1

There are 1 answers

1
Pentium10 On

Working with Beanstalkd is framework agnostic. You should be better and more easy for anyone if you would learn Pheanstalkd library. You can install quickly with Composer.

Working with Beanstalkd is so simple that the two examples from the linked page covers most of the parts, the other more advanced stuff is also easy and at hand with a couple of function calls. You need to be clear with the procotol