PHPackages                             red-jasmine/filament-admin - 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. red-jasmine/filament-admin

ActiveLibrary[Admin Panels](/categories/admin)

red-jasmine/filament-admin
==========================

This is my package filament-admin

1.0.13(5mo ago)043MITPHP

Since Jan 20Pushed 5mo agoCompare

[ Source](https://github.com/red-jasmine/filament-admin)[ Packagist](https://packagist.org/packages/red-jasmine/filament-admin)[ Docs](https://github.com/red-jasmine/filament-admin)[ RSS](/packages/red-jasmine-filament-admin/feed)WikiDiscussions master Synced today

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

This is my package filament-admin
=================================

[](#this-is-my-package-filament-admin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d570d12b2cc4cc0a3064a49ccbbc3e595f77de3e9096b51c8526e6616947b642/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7265642d6a61736d696e652f66696c616d656e742d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/red-jasmine/filament-admin)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b8756f89c0c41e27bcab5172572838e2422fff737d008bbb3ff169181a8b09a6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7265642d6a61736d696e652f66696c616d656e742d61646d696e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/red-jasmine/filament-admin/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e6b58dd7c2562a6c1e00afcbe1d6e6e2027a73bb96cef73dd5c8fadd58dc9f16/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7265642d6a61736d696e652f66696c616d656e742d61646d696e2f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/red-jasmine/filament-admin/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b84b2f86ef1580cb15061f984350a3ae5bdbca5c594d1fb75300efbad67db99c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7265642d6a61736d696e652f66696c616d656e742d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/red-jasmine/filament-admin)

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 red-jasmine/filament-admin
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

Optionally, you can publish the views using

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

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentAdmin = new RedJadmine\FilamentAdmin();
echo $filamentAdmin->echoPhrase('Hello, RedJadmine!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [liushoukun](https://github.com/red-jasmine)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance72

Regular maintenance activity

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Total

13

Last Release

160d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aaaa10537dd96827181cb5ff0c4df6078f48054457d9ebaebe0b230829482843?d=identicon)[liushoukun](/maintainers/liushoukun)

---

Top Contributors

[![liushoukun](https://avatars.githubusercontent.com/u/26298472?v=4)](https://github.com/liushoukun "liushoukun (5 commits)")

---

Tags

laravelfilament-adminred-jasmine

### Embed Badge

![Health badge](/badges/red-jasmine-filament-admin/health.svg)

```
[![Health](https://phpackages.com/badges/red-jasmine-filament-admin/health.svg)](https://phpackages.com/packages/red-jasmine-filament-admin)
```

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.9k26](/packages/slowlyo-owl-admin)[a909m/filament-statefusion

Filament StateFusion is a powerful FilamentPHP plugin that seamlessly integrates Spatie Laravel Model States into the Filament admin panel. This package provides an intuitive way to manage model states, transitions, and filtering within Filament, enhancing the user experience and developer productivity.

3019.0k2](/packages/a909m-filament-statefusion)[ibrahim-bedir/filament-dynamic-settings-page

272.0k1](/packages/ibrahim-bedir-filament-dynamic-settings-page)[lara-zeus/tartarus

simple multi tenants

112.6k](/packages/lara-zeus-tartarus)

PHPackages © 2026

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