PHPackages                             ibecsystems/admin-kit-feedbacks - 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. [Admin Panels](/categories/admin)
4. /
5. ibecsystems/admin-kit-feedbacks

ActiveAdmin-kit-package[Admin Panels](/categories/admin)

ibecsystems/admin-kit-feedbacks
===============================

Feedbacks package for AdminKit

v3.3.0(1y ago)06531[4 PRs](https://github.com/IBEC-BOX/admin-kit-feedbacks/pulls)MITPHPPHP ^8.1CI passing

Since Feb 26Pushed 3mo agoCompare

[ Source](https://github.com/IBEC-BOX/admin-kit-feedbacks)[ Packagist](https://packagist.org/packages/ibecsystems/admin-kit-feedbacks)[ Docs](https://github.com/ibec-box/admin-kit-feedbacks)[ RSS](/packages/ibecsystems-admin-kit-feedbacks/feed)WikiDiscussions 3.x Synced 2w ago

READMEChangelog (5)Dependencies (19)Versions (12)Used By (0)

Feedbacks package for Admin Kit
===============================

[](#feedbacks-package-for-admin-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3ded2d86becd74b2896cf504dff418d1fd58f7b4c4b00b9793be9d0f3727f315/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696265632d626f782f61646d696e2d6b69742d666565646261636b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-feedbacks)[![GitHub Tests Action Status](https://camo.githubusercontent.com/88cd9dd50688e3f4590bd5e205e7813f10d09ce21b9d743e56e777c4f0685b23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d666565646261636b732f72756e2d74657374732e796d6c3f6272616e63683d322e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-feedbacks/actions?query=workflow%3Arun-tests+branch%3A2.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d7fdfd38a5780e6536cdf33b378fe7715ab2b5be097535cc92b393189be59f17/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d666565646261636b732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d322e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-feedbacks/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3A2.x)[![Total Downloads](https://camo.githubusercontent.com/c7f2bf53fb1c313feac4139c318fb692e096369c1b0bc4090aca3a2f1297ddc6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696265632d626f782f61646d696e2d6b69742d666565646261636b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-feedbacks)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require ibecsystems/admin-kit-feedbacks
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="admin-kit-feedbacks-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="admin-kit-feedbacks-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="admin-kit-feedbacks-views"
```

Usage
-----

[](#usage)

```
class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->default()
            ->id('admin')
            ->path('admin')
            ...
            ->plugins([
                ...
                \AdminKit\Feedbacks\FilamentPlugin::make(),
            ]);
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [daurensky](https://github.com/IBEC-BOX)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance57

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 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 ~137 days

Recently: every ~169 days

Total

6

Last Release

216d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58464833?v=4)[Dauren Kambarov](/maintainers/daurensky)[@daurensky](https://github.com/daurensky)

---

Top Contributors

[![daurensky](https://avatars.githubusercontent.com/u/58464833?v=4)](https://github.com/daurensky "daurensky (14 commits)")[![ast21](https://avatars.githubusercontent.com/u/37507557?v=4)](https://github.com/ast21 "ast21 (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

laravelibec-boxadmin-kit-feedbacks

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibecsystems-admin-kit-feedbacks/health.svg)

```
[![Health](https://phpackages.com/badges/ibecsystems-admin-kit-feedbacks/health.svg)](https://phpackages.com/packages/ibecsystems-admin-kit-feedbacks)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

209164.0k3](/packages/guava-filament-knowledge-base)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2324.4k1](/packages/mradder-filament-logger)

PHPackages © 2026

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