PHPackages                             mrlinnth/simplefeedback - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mrlinnth/simplefeedback

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mrlinnth/simplefeedback
=======================

Collect visitors or users feedback for Laravel project and save them to database or create GitHub issues.

v0.2.2(3y ago)045[3 issues](https://github.com/mrlinnth/simplefeedback/issues)MITPHP

Since Nov 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mrlinnth/simplefeedback)[ Packagist](https://packagist.org/packages/mrlinnth/simplefeedback)[ Docs](https://github.com/mrlinnth/simplefeedback)[ RSS](/packages/mrlinnth-simplefeedback/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (6)Used By (0)

Simplefeedback
==============

[](#simplefeedback)

\[!\[Latest Version on Packagist\]\[ico-version\]\]\[link-packagist\] \[!\[Total Downloads\]\[ico-downloads\]\]\[link-downloads\] \[!\[Build Status\]\[ico-travis\]\]\[link-travis\]

Collect visitors or users feedback for Laravel project and save them to database or create GitHub issues.

**The default feedback form component has no styling or css. You can update it with your desired css styles. Or you can submit the required data to same route from your custom blade or livewire or javascript files.**

Installation
------------

[](#installation)

Via Composer

```
composer require mrlinnth/simplefeedback
```

Publish Vendor Files
--------------------

[](#publish-vendor-files)

This will publish config, migration and view component files

```
php artisan vendor:publish --provider="Mrlinnth\Simplefeedback\SimplefeedbackServiceProvider"
```

Usage
-----

[](#usage)

1. Update the published `feedback-form.blade.php` blade component with your desired css classes/styles.
2. Call `` blade component from your view file.
3. Or you can refer to the code in `feedback-form.blade.php` and submit feedback from your blade/js/jsx/tsx files.

GitHub Issue Integration (Optional)
-----------------------------------

[](#github-issue-integration-optional)

Do the following to auto create issues at your GitHub repo. Refer to [GrahamCampbell/Laravel-GitHub](https://github.com/GrahamCampbell/Laravel-GitHub) for details

Publish config file

```
php artisan vendor:publish --provider="GrahamCampbell\GitHub\GitHubServiceProvider"
```

> Use env variable instead of placing the token and secrets directly in the `config/github.php` file.

Example `.env` file

```
GITHUB_TOKEN="YOUR-TOKEN"

# owner and repo are for config/simplefeedback.php
GITHUB_OWNER="YOUR-REPO-OWNER"
GITHUB_REPO="YOUR-REPO-NAME"
```

To Do
-----

[](#to-do)

- Screenshot of current page to save with issue
- Redirect route in config
- Feedback types in config
- Table name in config
- Format the data json for github issue
- Component with Tailwind style
- Test files

Change log - TBD
----------------

[](#change-log---tbd)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing - TBD
-------------

[](#testing---tbd)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please create an issue.

Credits
-------

[](#credits)

- \[Yan\]\[link-author\]
- \[All Contributors\]\[link-contributors\]

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

4

Last Release

1272d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a17cc4ca057a75626187b02b92e3f80a5f5707270a0617b31d2bb24338c5dc80?d=identicon)[mrlinnth](/maintainers/mrlinnth)

---

Top Contributors

[![mrlinnth](https://avatars.githubusercontent.com/u/4952597?v=4)](https://github.com/mrlinnth "mrlinnth (17 commits)")

---

Tags

feedbacklaravellaravelfeedbacksimple-feedbackfilament-feedback

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mrlinnth-simplefeedback/health.svg)

```
[![Health](https://phpackages.com/badges/mrlinnth-simplefeedback/health.svg)](https://phpackages.com/packages/mrlinnth-simplefeedback)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
