PHPackages                             clevyr/laravel-simple-feedback-form - 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. clevyr/laravel-simple-feedback-form

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

clevyr/laravel-simple-feedback-form
===================================

A simple feedback form

v2.0.0(1y ago)06.8k↓17.9%1[2 issues](https://github.com/clevyr/laravel-simple-feedback-form/issues)[17 PRs](https://github.com/clevyr/laravel-simple-feedback-form/pulls)MITPHPPHP ^8.3|^8.4

Since Jun 9Pushed 1w ago7 watchersCompare

[ Source](https://github.com/clevyr/laravel-simple-feedback-form)[ Packagist](https://packagist.org/packages/clevyr/laravel-simple-feedback-form)[ Docs](https://github.com/clevyr/laravel-simple-feedback-form)[ RSS](/packages/clevyr-laravel-simple-feedback-form/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (9)Versions (29)Used By (0)

Clevyr's Simple Feedback Form
=============================

[](#clevyrs-simple-feedback-form)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3f62fef1b1579a4a3e161bd714d6b9e3a72bd92e2dfc2a801a9e482f36e0bddc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c657679722f6c61726176656c2d73696d706c652d666565646261636b2d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/clevyr/laravel-simple-feedback-form)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8504592e102016605350a1d2e6f97552908149432b9794c7c6464781fb4c7ecf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636c657679722f6c61726176656c2d73696d706c652d666565646261636b2d666f726d2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/clevyr/laravel-simple-feedback-form/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/51d45d1cc55ce0b9901bbee56d66e9d742fef7f0ff5f2ba533138b2cad32b3a6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636c657679722f6c61726176656c2d73696d706c652d666565646261636b2d666f726d2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/clevyr/laravel-simple-feedback-form/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/13ac6d3857854518f3e6ee253aab0188efcd3ebf10b92d411cdaca1bfaf3c5a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c657679722f6c61726176656c2d73696d706c652d666565646261636b2d666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/clevyr/laravel-simple-feedback-form)

Requirements
------------

[](#requirements)

- Laravel 9+
- Vue3

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

[](#installation)

You can install the package via composer:

```
composer require clevyr/laravel-simple-feedback-form
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-simple-feedback-form-config"
```

You can publish the Feedback vue file with:

```
php artisan vendor:publish --provider="Clevyr\FeedbackForm\FeedbackFormServiceProvider"
```

This is an example of the contents of the published config file:

```
return [
  'email' => 'test@email.com',
];
```

Your `.env` file must contain:

```
FEEDBACK_EMAIL=

```

Example
-------

[](#example)

```

// Options API

import FeedbackForm from '@/Components/FeedbackForm.vue';

export default {
    components: {
        FeedbackForm,
    },
};

// Composition API

import FeedbackForm from '@/Components/FeedbackForm.vue';

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Adam Libby](https://github.com/clevyr)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance73

Regular maintenance activity

Popularity24

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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

Recently: every ~230 days

Total

9

Last Release

493d ago

Major Versions

v0.3.0 → v1.0.02025-01-14

v1.0.0 → v2.0.02025-02-26

PHP version history (5 changes)v0.1.0PHP ^8

v0.1.2PHP ^7.3|^8.0

v0.2.0PHP ^8.1

v0.3.0PHP ^8.1|^8.2

v1.0.0PHP ^8.3|^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/826043?v=4)[Clevyr](/maintainers/clevyr)[@clevyr](https://github.com/clevyr)

---

Top Contributors

[![clevyr-anthony](https://avatars.githubusercontent.com/u/138018028?v=4)](https://github.com/clevyr-anthony "clevyr-anthony (13 commits)")[![adam-clevyr](https://avatars.githubusercontent.com/u/77987327?v=4)](https://github.com/adam-clevyr "adam-clevyr (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![alkrauss48](https://avatars.githubusercontent.com/u/1478883?v=4)](https://github.com/alkrauss48 "alkrauss48 (7 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

laravelClevyrlaravel-simple-feedback-form

###  Code Quality

TestsPest

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/clevyr-laravel-simple-feedback-form/health.svg)

```
[![Health](https://phpackages.com/badges/clevyr-laravel-simple-feedback-form/health.svg)](https://phpackages.com/packages/clevyr-laravel-simple-feedback-form)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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