philippfrenzel / yii2feedback
Yii2 feedback js Widgets
Installs: 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-30 09:09:10 UTC
README
Yii2 Simple Feedback Extension
Post Data
The information from the client will be sent through ajax POST request. The information is in JSON format.
- browser - Browser information.
- url - The page URL.
- note - Description of the feedback.
- img - The screenshot of the feedback. - base64 encoded data URI!
- html - The structure of the page.