friendsofcake / process-mq
A plugin for handling connections and jobs using RabbitMQ
Installs: 982
Dependents: 3
Suggesters: 3
Security: 0
Stars: 3
Watchers: 8
Forks: 3
Open Issues: 1
Type:cakephp-plugin
Requires (Dev)
- cakephp/cakephp: ~3.0
- phpunit/phpunit: *
This package is not auto-updated.
Last update: 2024-10-26 18:38:52 UTC
README
{{@TODO description}}
Install
Using Composer:
composer require friendsofcake/process-mq:dev-master
You then need to load the plugin. You can use the shell command:
bin/cake plugin load ProcessMQ
or by manually adding statement shown below to bootstrap.php
:
Plugin::load('ProcessMQ');
Usage
{{@TODO documentation}}
Patches & Features
- Fork
- Mod, fix
- Test - this is important, so it's not unintentionally broken
- Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
- Pull request - bonus point for topic branches
To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards.
Bugs & Feedback
http://github.com/friendsofcake/process-mq/issues
License
Copyright (c) 2015, FriendsOfCake and licensed under The MIT License.