Beanstalkd in Symfony 2

I am in the process of integrating some kind of background services artist. I am thinking of using Beanstalkd for this. I searched it everywhere, but I could not find a decent package to do the job with good documentation. Few I found were

  • LeezyPheanstalkBundle

  • drymek / pheanstalk bundle

But these bundles do not describe everything from start to finish, like this one from Laravel. Like listening to a job, sending arguments, etc.

Is there any kit for this or possibly documentation? I found one good one for Laravel with the proper documentation and all the rest.

So, I think that if I chose the Laravel container for this job, are there any guides regarding using Symfony packages in Laravel. I found a lot to use Symfony packages in Laravel, but not vice versa.

Can someone please let me know this.

+4
source share
1 answer

Working with Beanstalkd is an agnostic framework. You should be better and easier for everyone if you had studied the Pheanstalkd library . You can quickly install it with Composer.

Beanstalkd , , . procotol

+1

All Articles