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

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

ibecsystems/admin-kit-entry-screens
===================================

EntryScreens package for AdminKit

v3.2.0(1y ago)0606[4 PRs](https://github.com/IBEC-BOX/admin-kit-entry-screens/pulls)MITPHPPHP ^8.1CI passing

Since Mar 12Pushed 1mo agoCompare

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

READMEChangelog (3)Dependencies (19)Versions (10)Used By (0)

EntryScreens package for Admin Kit
==================================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/4fda8207a6e79e3385802173f6e35d8ca19b49830fc05c49e68e43907653ab0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696265632d626f782f61646d696e2d6b69742d656e7472792d73637265656e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-entry-screens)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5a8e57b08070b32e5326b56e1857617c6842977d035008440c5328a9018599b4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d656e7472792d73637265656e732f72756e2d74657374732e796d6c3f6272616e63683d322e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-entry-screens/actions?query=workflow%3Arun-tests+branch%3A2.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0fc836652a1b933eb1c97d00baee78dabc8f69c770145f76ea9642477198c64d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d656e7472792d73637265656e732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d322e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-entry-screens/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3A2.x)[![Total Downloads](https://camo.githubusercontent.com/e9cb66e48c2eec22c7f6d3085d2dbaff510608725a4380eeb01c3f8cd97f3d36/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696265632d626f782f61646d696e2d6b69742d656e7472792d73637265656e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-entry-screens)

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-entry-screens
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

Usage
-----

[](#usage)

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

39

—

LowBetter than 86% of packages

Maintenance66

Regular maintenance activity

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

Total

5

Last Release

121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a00bf00dad5ee4e4755cb5edf39cb533f8a7a497d35be031ed57f7341e8071e?d=identicon)[daurensky](/maintainers/daurensky)

---

Top Contributors

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

---

Tags

laravelibec-boxadmin-kit-entry-screens

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[guava/filament-knowledge-base

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

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)

PHPackages © 2026

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