https://github.com/ciricihq/cake-stats
[WIP] A CakePHP plugin for counting things
https://github.com/ciricihq/cake-stats
cake-plugin cakephp plugin stats
Last synced: 21 days ago
JSON representation
[WIP] A CakePHP plugin for counting things
- Host: GitHub
- URL: https://github.com/ciricihq/cake-stats
- Owner: ciricihq
- License: gpl-3.0
- Created: 2016-05-23T09:54:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T13:38:19.000Z (over 8 years ago)
- Last Synced: 2025-04-09T19:57:35.536Z (21 days ago)
- Topics: cake-plugin, cakephp, plugin, stats
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stats plugin for CakePHP3
[](https://travis-ci.org/ciricihq/cake-stats)
[](https://coveralls.io/github/ciricihq/cake-stats)
[](https://packagist.org/packages/ciricihq/stats)
[](LICENSE.md)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):~~~php
$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 branchesTo ensure your PRs are considered for upstream, you MUST follow the [CakePHP coding standards][standards].
## Bugs & Feedback
See the [github issues][issues].
## License
Copyright (c) 2016, [Cirici New Media][cirici] and licensed under [GPL v3][gpl].
[cakephp]: http://cakephp.org
[composer]: http://getcomposer.org
[issues]: https://github.com/ciricihq/cake-stats/issues
[gpl]: http://www.gnu.org/licenses/gpl-3.0.html
[cirici]: http://www.cirici.com
[standards]: http://book.cakephp.org/3.0/en/contributing/cakephp-coding-conventions.html