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
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.
source
share