Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.69 KB

Stats plugin for CakePHP3

Build Status Coverage Total Downloads License

Simple plugin to count things. Just increases/decreases a counter, don't think about it as a magic statistics plugin.

Usage

For now, this plugin includes an increase and decrease methods on StatsTable that you can easily use with the StatsComponent (from controllers):

$this->Stats->increase('Signup');

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

See the github issues.

License

Copyright (c) 2016, Cirici New Media and licensed under GPL v3.