dereuromark / cakephp-feedback
Feedback or bugreport (with screenshot!) tab option in your CakePHP application. Data can be posted directly to Mantis, E-mail, Github issues, filesystem, etc.
Installs: 24 537
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 5
Open Issues: 2
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.0
Requires (Dev)
- cakephp/migrations: ^4.0.1
- fig-r/psr2r-sniffer: dev-master
- phpunit/phpunit: ^10.2
README
This plugin provides a static feedback tab on the side of the screen that enables website visitor to submit feedback or bugreports. Features pure client-side screenshot function including user-placed highlight / accent.
This branch is for CakePHP 5.0+. For details see version map.
Currently saves the following on form submit
- Name of sender (optional)
- E-mail of sender (optional)
- Subject
- Feedback message
- Current URL
- Screenshot of body DOM element (with marker as option)
- Browser and browser version
- User OS flavor
Name and E-Mail can be auto-retrieved from TinyAuth.AuthUser or plain session Auth.
Save options (configurable and extendable)
Out of the box:
- Filesystem
- Database
Easily extendable to:
- Custom Database
- Mantis Bugtracker
- GitHub (repo issues)
- Bitbucket (repo issues)
- Jira
- Redmine
They can also be stacked (multiple stores at once).
Furthermore
- This plugin is CakePHP FormProtection component compatible.
- Fully localizable to your language.
Requirements
Required: jQuery
Optional: Bootstrap (Bootstrap 4/5 compatible)
Includes: html2canvas.js by niklasvh
Installation and Usage
See Documentation.
Demo
https://sandbox.dereuromark.de/
CakePHP 2.x version
This is the original project: