Skip to content

ciricihq/cake-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

 
 
 

Languages