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

ActiveLibrary

ichbin/filament-meta
====================

This is my package filament-meta

00[2 PRs](https://github.com/boyfromhell/filament-meta/pulls)PHP

Since Dec 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/boyfromhell/filament-meta)[ Packagist](https://packagist.org/packages/ichbin/filament-meta)[ RSS](/packages/ichbin-filament-meta/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

This is my package filament-meta
================================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/315019b1f52109571b13312a873e62f80e9815142cb3e90b69386f129977c3c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69636862696e2f66696c616d656e742d6d6574612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ichbin/filament-meta)[![Total Downloads](https://camo.githubusercontent.com/24180ec843ea93dbf2a6e5f00275de2dddabbe34834bbbdcc3f1c708a84cc309/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69636862696e2f66696c616d656e742d6d6574612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ichbin/filament-meta)

Simple meta for filament. Need to install [Spatie Media library](https://spatie.be/docs/laravel-medialibrary/v10/introduction) to work.

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

[](#installation)

You can install the package via composer:

```
composer require ichbin/filament-meta
```

You can publish and run the migrations with:

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

Optionally, you can publish the views using

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

Usage Model
-----------

[](#usage-model)

```
use IchBin\Meta\Concerns\HasMeta;

class Page extends Model
{
    use HasMeta;

```

Usage Filament resource
-----------------------

[](#usage-filament-resource)

```
use IchBin\Meta\Components\Meta;
use Filament\Resources\Pages\EditRecord;

Meta::make()
                    ->collapsed(fn ($livewire) => $livewire instanceof EditRecord)
                    ->collapsible(),
```

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)

- [IchBin](https://github.com/boyfromhell)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

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://avatars.githubusercontent.com/u/4071890?v=4)[boyfromhell](/maintainers/boyfromhell)[@boyfromhell](https://github.com/boyfromhell)

---

Top Contributors

[![boyfromhell](https://avatars.githubusercontent.com/u/4071890?v=4)](https://github.com/boyfromhell "boyfromhell (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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