Zend2 base module for various queue job services. Currently supporting Gearman and Beanstalk.
Recommended installation method is through composer:
composer require desyncr/wtngrm dev-master
Register the module in the main application: config/application.config.php
'modules' => array(
...
'Desyncr\\Wtngrm'
...
)
If you'd like to contribute to the project or file a bug or feature request, please visit the project page.
The project is licensed under the GNU GPL v3 (tldr) license. Which means you're allowed to copy, edit, change, hack, use all or any part of this project as long as all of the changes and contributions remains under the same terms and conditions.

