{"id":13684361,"url":"https://github.com/dereuromark/cakephp-feedback","last_synced_at":"2026-01-07T01:16:08.172Z","repository":{"id":47013762,"uuid":"116379624","full_name":"dereuromark/cakephp-feedback","owner":"dereuromark","description":"A CakePHP plugin for direct feedback or bugreport (with screenshot!) tab option in your app.","archived":false,"fork":false,"pushed_at":"2024-11-19T01:32:01.000Z","size":487,"stargazers_count":6,"open_issues_count":2,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T07:42:03.854Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dereuromark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-05T11:48:40.000Z","updated_at":"2024-11-19T01:32:05.000Z","dependencies_parsed_at":"2024-09-16T15:00:30.387Z","dependency_job_id":null,"html_url":"https://github.com/dereuromark/cakephp-feedback","commit_stats":{"total_commits":203,"total_committers":15,"mean_commits":"13.533333333333333","dds":0.6009852216748768,"last_synced_commit":"424b806b0fb65f7456e6f406679e15b1bd11dd77"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-feedback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-feedback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-feedback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-feedback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dereuromark","download_url":"https://codeload.github.com/dereuromark/cakephp-feedback/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814895,"owners_count":20352036,"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":"2024-08-02T14:00:32.663Z","updated_at":"2026-01-07T01:16:08.167Z","avatar_url":"https://github.com/dereuromark.png","language":"PHP","funding_links":[],"categories":["Miscellaneous","Plugins"],"sub_categories":["Miscellaneous"],"readme":"# CakePHP Feedback Plugin\n\n[![CI](https://github.com/dereuromark/cakephp-feedback/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-feedback/actions/workflows/ci.yml?query=branch%3Amaster)\n[![Coverage](https://img.shields.io/codecov/c/github/dereuromark/cakephp-feedback/master.svg)](https://codecov.io/gh/dereuromark/cakephp-feedback)\n[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-feedback/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-feedback)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)\n[![License](https://poser.pugx.org/dereuromark/cakephp-feedback/license.svg)](LICENSE)\n[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-feedback/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-feedback)\n\nThis plugin provides a static feedback tab on the side of the screen that enables website visitor to submit feedback or bugreports.\nFeatures pure client-side screenshot function including user-placed highlight / accent.\n\nThis branch is for **CakePHP 5.1+**. For details see [version map](https://github.com/dereuromark/cakephp-feedback/wiki#cakephp-version-map).\n\n### Currently saves the following on form submit\n\n* Name of sender (optional)\n* E-mail of sender (optional)\n* Subject\n* Feedback message\n* Current URL\n* Screenshot of body DOM element (with marker as option)\n* Browser and browser version\n* User OS flavor\n\nName and E-Mail can be auto-retrieved from TinyAuth.AuthUser or plain session Auth.\n\n### Save options (configurable and extendable)\n\nOut of the box:\n\n* Filesystem\n* Database\n\nEasily extendable to:\n\n* Custom Database\n* Email\n* [Mantis Bugtracker](http://www.mantisbt.org/)\n* [GitHub (repo issues)](https://help.github.com/articles/github-glossary#issue)\n* [Bitbucket (repo issues)](https://confluence.atlassian.com/display/BITBUCKET/Use+the+issue+tracker)\n* [Jira](https://www.atlassian.com/software/jira)\n* [Redmine](http://www.redmine.org)\n\nThey can also be stacked (multiple stores at once).\n\n### Furthermore\n* This plugin is CakePHP FormProtection component compatible.\n* Fully localizable to your language.\n\n## Requirements\n\n**Required:** [jQuery](http://jquery.com/)\n\n**Optional:** [Bootstrap](http://getbootstrap.com) (Bootstrap 4/5 compatible)\n\n**Includes:** [html2canvas.js by niklasvh](https://github.com/niklasvh/html2canvas)\n\n## Installation and Usage\n\nSee **[Documentation](docs/README.md)**.\n\n## Demo\nhttps://sandbox.dereuromark.de/\n\n## CakePHP 2.x version\n\nThis is the original project:\n\nhttps://github.com/stefanvangastel/CakePHP-FeedbackIt\n\nWebsite: [http://stefanvangastel.nl/feedbackitdemo/](http://stefanvangastel.nl/feedbackitdemo/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-feedback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdereuromark%2Fcakephp-feedback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-feedback/lists"}