PHPackages                             ibecsystems/admin-kit-benefits - 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-benefits

ActiveLibrary[Admin Panels](/categories/admin)

ibecsystems/admin-kit-benefits
==============================

Benefits package for Admin Kit

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

Since Jul 19Pushed 2mo agoCompare

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

READMEChangelog (1)Dependencies (18)Versions (8)Used By (0)

Benefits package for Admin Kit
==============================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/1ec6dd7698319b6a7784b352aed1e0f22b4a0c9939f46ce44079ee894ee3e320/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6962656373797374656d732f61646d696e2d6b69742d62656e65666974732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-benefits)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9a831637cc3ece92bcfa84ab226bc102d8fec70ae6eb1e6fe17c77919fcd4ae9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d62656e65666974732f72756e2d74657374732e796d6c3f6272616e63683d332e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-benefits/actions?query=workflow%3Arun-tests+branch%3A3.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bfa351faf976b32caa8f28407b6c73441f8e09b6e2c9ffde3282dea4db70eafd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d62656e65666974732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d332e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-benefits/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3A3.x)[![Total Downloads](https://camo.githubusercontent.com/98381fd39c8f4b40d0cad69770bcd792a46a8de7f455c91de9555a5110aa6e1f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696265632d626f782f61646d696e2d6b69742d62656e65666974732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-benefits)

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-benefits
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="admin-kit-benefits-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-benefits-views"
```

Usage
-----

[](#usage)

```
class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->default()
            ->id('admin')
            ->path('admin')
            ...
            ->plugins([
                ...
                \AdminKit\Benefits\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)

- [Anastas Mironov](https://github.com/ast21)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance62

Regular maintenance activity

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.4% 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 ~541 days

Total

2

Last Release

173d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37507557?v=4)[Anastas Mironov](/maintainers/ast21)[@ast21](https://github.com/ast21)

![](https://www.gravatar.com/avatar/2d78948375b7433f25d473b791d8b46adfe45f32b8a9cb50df414124429dc757?d=identicon)[ibecsystems](/maintainers/ibecsystems)

---

Top Contributors

[![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] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelibec-boxadmin-kit-benefits

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/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.

284.5k1](/packages/finity-labs-fin-mail)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[mradder/filament-logger

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

2317.4k](/packages/mradder-filament-logger)[a2insights/filament-saas

Filament Saas for A2Insights

171.7k](/packages/a2insights-filament-saas)

PHPackages © 2026

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