dev-master
9999999-dev https://github.com/friendsofcake/process-mqA plugin for handling connections and jobs using RabbitMQ
MIT
The Development Requires
cakephp queue rabbit-mq
A plugin for handling connections and jobs using RabbitMQ
{{@TODO description}}, (*2)
Using Composer:, (*3)
composer require friendsofcake/process-mq:dev-master
You then need to load the plugin. You can use the shell command:, (*4)
bin/cake plugin load ProcessMQ
or by manually adding statement shown below to bootstrap.php
:, (*5)
Plugin::load('ProcessMQ');
{{@TODO documentation}}, (*6)
To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards., (*7)
http://github.com/friendsofcake/process-mq/issues, (*8)
Copyright (c) 2015, FriendsOfCake and licensed under The MIT License., (*9)
A plugin for handling connections and jobs using RabbitMQ
MIT
cakephp queue rabbit-mq