2017 © Pedro Peláez
 

cakephp-plugin process-mq

A plugin for handling connections and jobs using RabbitMQ

image

friendsofcake/process-mq

A plugin for handling connections and jobs using RabbitMQ

  • Monday, August 8, 2016
  • by FriendsOfCake
  • Repository
  • 11 Watchers
  • 2 Stars
  • 216 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 28 % Grown

The README.md

ProcessMQ

Build Status Coverage Total Downloads License, (*1)

{{@TODO description}}, (*2)

Install

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');

Usage

{{@TODO documentation}}, (*6)

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., (*7)

Bugs & Feedback

http://github.com/friendsofcake/process-mq/issues, (*8)

License

Copyright (c) 2015, FriendsOfCake and licensed under The MIT License., (*9)

The Versions

08/08 2016

dev-master

9999999-dev https://github.com/friendsofcake/process-mq

A plugin for handling connections and jobs using RabbitMQ

  Sources   Download

MIT

The Development Requires

cakephp queue rabbit-mq