PHPackages                             trustbird/filament-trustbird - 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. trustbird/filament-trustbird

ActiveLibrary[Admin Panels](/categories/admin)

trustbird/filament-trustbird
============================

Optional Filament admin panel for Trustbird's Laravel core package.

11[3 PRs](https://github.com/Trustbird/filament-trustbird/pulls)PHPCI passing

Since Jul 3Pushed 1mo agoCompare

[ Source](https://github.com/Trustbird/filament-trustbird)[ Packagist](https://packagist.org/packages/trustbird/filament-trustbird)[ RSS](/packages/trustbird-filament-trustbird/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Filament Trustbird
==================

[](#filament-trustbird)

Optional Filament admin panel for [Trustbird's Laravel core package](https://github.com/Trustbird/laravel-trustbird).

This package only contains Filament UI concerns. Domain logic, models, migrations, actions, events, policies and contracts belong in `trustbird/laravel-trustbird`.

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

[](#installation)

```
composer require trustbird/laravel-trustbird trustbird/filament-trustbird
```

Publish the configuration file when you want to customize the panel integration:

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

Usage
-----

[](#usage)

Register the plugin in your Filament panel provider:

```
use Trustbird\Filament\TrustbirdPanelPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugin(TrustbirdPanelPlugin::make());
}
```

Architecture
------------

[](#architecture)

`trustbird/laravel-trustbird` is the headless Laravel core. This package is intentionally optional, so developers can use Trustbird with Filament or integrate the core into their own UI.

Keep these boundaries strict:

- Core package: domain models, migrations, services, actions, events, policies, contracts and APIs.
- Filament package: resources, pages, widgets, forms, tables, actions and panel registration.

Testing
-------

[](#testing)

```
composer test
```

Code style
----------

[](#code-style)

```
composer format
```

Security
--------

[](#security)

Please review [SECURITY.md](SECURITY.md) for responsible disclosure details.

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance60

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![vanderbake](https://avatars.githubusercontent.com/u/33555008?v=4)](https://github.com/vanderbake "vanderbake (8 commits)")

### Embed Badge

![Health badge](/badges/trustbird-filament-trustbird/health.svg)

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

###  Alternatives

[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74608.2k](/packages/kiwicommerce-module-cron-scheduler)[loevgaard/sylius-brand-plugin

A Sylius plugin for handling brands

29159.6k3](/packages/loevgaard-sylius-brand-plugin)[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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