php-queue-manager
php-queue-manager copied to clipboard
PHP Queue Manager and Task Executor
Hello! Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code
I refer to instructions on http://fordnox.github.io/php-queue-manager/ Latest version seems to be 0.3 but composer install instructions still say 0.2. 0.2 has bugs
Andrius thanks for this light lib, waana try to use in my project but could you explain how timeout works in Queues and Messages?