Simple plugin to count things. Just increases/decreases a counter, don't think about it as a magic statistics plugin.
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');
- 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.
See the github issues.
Copyright (c) 2016, Cirici New Media and licensed under GPL v3.