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 today

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 13% 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

1319d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4952597?v=4)[Yan](/maintainers/mrlinnth)[@mrlinnth](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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