PHPackages                             ghaff/feedback - 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. ghaff/feedback

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

ghaff/feedback
==============

Laravel package to create and handle feedback forms

v1.0.2(6y ago)2111MITPHP

Since Dec 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Ghaffaru15/feedback-form-package)[ Packagist](https://packagist.org/packages/ghaff/feedback)[ RSS](/packages/ghaff-feedback/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

[![Stars](https://camo.githubusercontent.com/47a089a7222e5e48f932d3077495b3e4f61e5f3870f1e39c90b2cadc432b73c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f476861666661727531352f666565646261636b2d666f726d2d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Ghaffaru15/feedback-form-package/stargazers)[![Issues](https://camo.githubusercontent.com/3dfd3c66d75ecdeb4cda37c8a72141abdc46616cafd45312fbfe8aaadec982bd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f476861666661727531352f666565646261636b2d666f726d2d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Ghaffaru15/feedback-form-package/issues)

Feedback form package
=====================

[](#feedback-form-package)

Laravel package to create and handle feedback forms on your website

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

[](#installation)

Use composer to install the package

```
  composer require ghaff/feedback
```

Usage
-----

[](#usage)

Run your migrations

```
  php artisan migrate
```

Boot up your server

```
    php artisan serve
```

### Visit the url

[](#visit-the-url)

localhost:8000/feedback

Configuration
-------------

[](#configuration)

Publish the configuration file by running

```
  php artisan vendor:publish
```

Your configuration file would look like this

```

    return [
      'send_email_to' => 'ghaff@gmail.com'
    ];
```

You can add your email here to determine which email to send the feedbacks to

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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 ~0 days

Total

3

Last Release

2359d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e24b5c0cd9dd4242d551f464f1ed590a2905d1005a2c900f66809bf9652700f?d=identicon)[Ghaffaru15](/maintainers/Ghaffaru15)

---

Top Contributors

[![ghaffaru](https://avatars.githubusercontent.com/u/29246028?v=4)](https://github.com/ghaffaru "ghaffaru (13 commits)")

---

Tags

composerlaravelphp7

### Embed Badge

![Health badge](/badges/ghaff-feedback/health.svg)

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

###  Alternatives

[mtdowling/supervisor-event

Wires callback functions to Supervisor events

123174.8k1](/packages/mtdowling-supervisor-event)

PHPackages © 2026

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