{"id":28754301,"url":"https://github.com/zeroasterisk/cakephp-stats","last_synced_at":"2025-06-17T01:08:45.133Z","repository":{"id":16739757,"uuid":"19497191","full_name":"zeroasterisk/CakePHP-Stats","owner":"zeroasterisk","description":"CakePHP Stats Plugin (a basic metrics aggregator and reporter)","archived":false,"fork":false,"pushed_at":"2014-05-06T17:20:21.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-03-11T05:08:02.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeroasterisk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-06T14:23:13.000Z","updated_at":"2021-08-17T09:41:02.000Z","dependencies_parsed_at":"2022-09-24T09:40:33.172Z","dependency_job_id":null,"html_url":"https://github.com/zeroasterisk/CakePHP-Stats","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/zeroasterisk/CakePHP-Stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroasterisk%2FCakePHP-Stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroasterisk%2FCakePHP-Stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroasterisk%2FCakePHP-Stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroasterisk%2FCakePHP-Stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroasterisk","download_url":"https://codeload.github.com/zeroasterisk/CakePHP-Stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroasterisk%2FCakePHP-Stats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260269462,"owners_count":22983647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-17T01:08:19.854Z","updated_at":"2025-06-17T01:08:45.125Z","avatar_url":"https://github.com/zeroasterisk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stats - CakePHP Plugin\n\n**Work In Progress v0.0.1**\n\nAggregating basic statistical information is a common task.\n\nThis Plugin is an attempt to make this task easy for anyone who needs the\nfollowing features.\n\n* values are numerical data\n* values are gathered on periodic basis (monthly, weekly, daily)\n* values are gathered from any Model's methods, or Shell call (easy to extend)\n* metrics can be single result (site visitors) or multiple results key/values (pagviews/page)\n* data can be output into any view as a HTML table\n* data can be output as a CSV export\n* data can be output as a PDF render of a view\n\nThis system by iteslf is ok, but in combination with a few other systems it\nbecomes quite powerful\n\n* integrate with a queing/cron system, to make periodic reporting automatic\n* integrate with Google Analytics to make local reporting simple\n* integrate with any API to get data\n* share a DB config to aggregate reports from several applications\n\n## Install\n\nPut in place: `app/Plugin/Stats`\n\n    git submodule add https://github.com/zeroasterisk/CakePHP-Stats.git app/Plugin/Stats\n    git submodule add https://github.com/CakeDC/search.git app/Plugin/Search\n\nor\n\n    cd app/Plugin\n    git clone https://github.com/zeroasterisk/CakePHP-Stats.git Stats\n    git clone https://github.com/CakeDC/search.git Search\n\nthen add in `app/Config/bootstrap.php`\n\n    CakePlugin::load('Stats');\n\n## Usage: Collact Data\n\n...\n\n## Usage: Report Data\n\n...\n\n## Usage: Automate\n\n...\n\n## Attribution\n\nThese are tools I'm currently using in this plugin:\n\n* https://github.com/CakeDC/migrations\n* https://github.com/CakeDC/search\n\nThese are tools I've used as reference, and taken parts of:\n\n* https://github.com/cjsaylor/gchart\n\n...\n\nand of course, you... pull requests welcome!\n\n## License\n\nThis code is licensed under the MIT License\n\n\nCopyright (C) 2013--2014 Alan Blount \u003calan@zeroasterisk.com\u003e https://github.com/zeroasterisk/\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroasterisk%2Fcakephp-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroasterisk%2Fcakephp-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroasterisk%2Fcakephp-stats/lists"}