Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.76 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.76 KB

ProcessManager

Build Status Coverage Total Downloads License

{{@TODO description}}

Install

Using Composer:

composer require friendsofcake/process-manager:dev-master

You then need to load the plugin. You can use the shell command:

bin/cake plugin load ProcessManager

or by manually adding statement shown below to bootstrap.php:

Plugin::load('ProcessManager');

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-manager/issues

License

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