ciricihq / stats
A CakePHP plugin for counting things
Installs: 2 261
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:cakephp-plugin
Requires
- cakephp/cakephp: >=3.2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-08 07:20:39 UTC
README
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.