dev-master
9999999-dev https://github.com/ciricihq/cake-statsA CakePHP plugin for counting things
GPL-3.0
The Requires
The Development Requires
plugin cakephp stats graphs
A CakePHP plugin for counting things
Simple plugin to count things. Just increases/decreases a counter, don't think about it as a magic statistics plugin., (*2)
For now, this plugin includes an increase
and decrease
methods on StatsTable
that you can easily use with the StatsComponent
(from controllers):, (*3)
$this->Stats->increase('Signup');
To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards., (*4)
See the github issues., (*5)
Copyright (c) 2016, Cirici New Media and licensed under GPL v3., (*6)
A CakePHP plugin for counting things
GPL-3.0
plugin cakephp stats graphs