PHPackages                             parabellumkoval/backpack-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. [API Development](/categories/api)
4. /
5. parabellumkoval/backpack-feedback

ActiveLibrary[API Development](/categories/api)

parabellumkoval/backpack-feedback
=================================

Implement feedback API &amp; CRUD for backpack

v0.1.1(7mo ago)02371MITPHPPHP ^8.2

Since Sep 28Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/parabellumKoval/backpack-feedback)[ Packagist](https://packagist.org/packages/parabellumkoval/backpack-feedback)[ Docs](https://github.com/parabellumkoval/backpack-feedback)[ RSS](/packages/parabellumkoval-backpack-feedback/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

backpack-feedback
=================

[](#backpack-feedback)

[![Build Status](https://camo.githubusercontent.com/6cd7feb9b9f572ac9fb05d9da3c7844b8abe3119a5e9922a96c535047e367644/68747470733a2f2f7472617669732d63692e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d666565646261636b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/parabellumKoval/backpack-feedback)[![Coverage Status](https://camo.githubusercontent.com/979cbc5baa4fb7f7f12ce8f360364103c4fdd21e9d1beaa020e94ec110b144d8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d666565646261636b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/parabellumKoval/backpack-feedback?branch=master)

[![Packagist](https://camo.githubusercontent.com/06fc6bd2c06d3a16e715140d7ee65baa8bc3c14291141f197845866f23e447a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d666565646261636b2e737667)](https://packagist.org/packages/parabellumKoval/backpack-feedback)[![Packagist](https://camo.githubusercontent.com/82a0b22a3dc458feaec28afdaf4a1fb178803787e10c07baa71685fb74ed6ddd/68747470733a2f2f706f7365722e707567782e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d666565646261636b2f642f746f74616c2e737667)](https://packagist.org/packages/parabellumKoval/backpack-feedback)[![Packagist](https://camo.githubusercontent.com/c059ccc390d273fe6d8f7f439c2c0274aba3cc2fc9bf674b71417eb8a7180459/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d666565646261636b2e737667)](https://packagist.org/packages/parabellumKoval/backpack-feedback)

This package provides a quick starter kit for implementing reviews for Laravel Backpack. Provides a database, CRUD interface, API routes and more.

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

[](#installation)

Install via composer

```
composer require parabellumKoval/backpack-feedback
```

Migrate

```
php artisan migrate
```

### Publish

[](#publish)

#### Configuration File

[](#configuration-file)

```
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="config"
```

#### Views File

[](#views-file)

```
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="views"
```

#### Migrations File

[](#migrations-file)

```
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="migrations"
```

#### Routes File

[](#routes-file)

```
php artisan vendor:publish --provider="Backpack\Feedback\ServiceProvider" --tag="routes"
```

Usage
-----

[](#usage)

### Seeders

[](#seeders)

```
php artisan db:seed --class="Backpack\Feedback\database\seeders\FeedbackSeeder"
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [](https://github.com/parabellumKoval/backpack-feedback)
- [All contributors](https://github.com/parabellumKoval/backpack-feedback/graphs/contributors)

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance68

Regular maintenance activity

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Total

2

Last Release

217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a9edb05ebf647a1976e4dbf92497c0186607984165f62b97b6498a01e9141ab?d=identicon)[parabellumKoval](/maintainers/parabellumKoval)

---

Top Contributors

[![parabellumKoval](https://avatars.githubusercontent.com/u/27732309?v=4)](https://github.com/parabellumKoval "parabellumKoval (10 commits)")

---

Tags

laravelfeedbackbackpackparabellumKoval

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M111](/packages/darkaonline-l5-swagger)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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