2017 © Pedro Peláez
 

cakephp-plugin stats

A CakePHP plugin for counting things

image

ciricihq/stats

A CakePHP plugin for counting things

  • Wednesday, November 9, 2016
  • by gtrias
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,212 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Stats plugin for CakePHP3

Build Status Coverage Total Downloads License, (*1)

Simple plugin to count things. Just increases/decreases a counter, don't think about it as a magic statistics plugin., (*2)

Usage

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');

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., (*4)

Bugs & Feedback

See the github issues., (*5)

License

Copyright (c) 2016, Cirici New Media and licensed under GPL v3., (*6)

The Versions

09/11 2016

dev-master

9999999-dev https://github.com/ciricihq/cake-stats

A CakePHP plugin for counting things

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

plugin cakephp stats graphs