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

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

koalabs/feedback
================

232PHP

Since Jun 18Pushed 12y ago1 watchersCompare

[ Source](https://github.com/crloscstillo/laravel-feedback)[ Packagist](https://packagist.org/packages/koalabs/feedback)[ RSS](/packages/koalabs-feedback/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Feedback - Laravel Bundle
=========================

[](#feedback---laravel-bundle)

A very simple library/bundle for **creating semantic markup for your feedback messages**.

Using Feedback with Laravel
---------------------------

[](#using-feedback-with-laravel)

### Install

[](#install)

You can install Feedback just as you would install any other Laravel package:

1. Require it through Composer. Use: `composer require koalabs/feedback`
2. Now open `app/config/app.php` and add this new item to your `providers` array:

```
Koalabs\Feedback\FeedbackServiceProvider

```

3. Now in the same configuration file add a new item to your aliases array:

```
'Feedback'	=>	'Koalabs\Feedback\Facades\Feedback'

```

That's it.

### Usage

[](#usage)

You have three basic methods for creating feedback messages:

1. `Feedback::message($text)`, which creates a **neutral message**.
2. `Feedback::error($text)`, which creates an **error message**.
3. `Feedback::success($text)`, which creates a **success message**.
4. `Feedback::update($text)`, which creates an **update message**.
5. `Feedback::field_error($text)`, which creates an **inline feedback message**. It's good for form validation

#### `Feedback::message($text)`

[](#feedbackmessagetext)

Will output this markup:

```

  Your text here

```

#### `Feedback::error($text)`

[](#feedbackerrortext)

Will output this:

```

  Your text here

```

#### `Feedback::success($text)`

[](#feedbacksuccesstext)

Will output this:

```

  Your text here

```

#### Styling the feedback messages

[](#styling-the-feedback-messages)

You can style the feedback messages any way you want by using the classes.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5720262?v=4)[koalabs](/maintainers/koalabs)[@KoaLabs](https://github.com/KoaLabs)

---

Top Contributors

[![crloscstillo](https://avatars.githubusercontent.com/u/1431847?v=4)](https://github.com/crloscstillo "crloscstillo (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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