ciricihq/stats

A CakePHP plugin for counting things

Installs: 2 258

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:cakephp-plugin

dev-master 2016-11-09 13:38 UTC

This package is auto-updated.

Last update: 2024-04-08 06:19:06 UTC


README

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.