PHPackages                             jeffersongoncalves/filament-cms - 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. [Image &amp; Media](/categories/media)
4. /
5. jeffersongoncalves/filament-cms

ActiveLibrary[Image &amp; Media](/categories/media)

jeffersongoncalves/filament-cms
===============================

Filament v5 panel plugin bundling the full Laravel CMS ecosystem (pages, posts, categories, tags, comments, media, menus) into one panel plugin.

3.0.0(today)10MITPHPPHP ^8.2CI passing

Since Aug 1Pushed today1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-cms)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-cms)[ Docs](https://github.com/jeffersongoncalves/filament-cms)[ RSS](/packages/jeffersongoncalves-filament-cms/feed)WikiDiscussions 3.x Synced today

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

Filament CMS
============

[](#filament-cms)

[![Filament CMS](https://raw.githubusercontent.com/jeffersongoncalves/filament-cms/3.x/art/jeffersongoncalves-filament-cms.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-cms/3.x/art/jeffersongoncalves-filament-cms.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9d0a674f20dcc6c0e456ac30f1af3990e13c716ddd20ebc2bdda164dfa1656bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-cms)[![GitHub Tests Action Status](https://camo.githubusercontent.com/21f1594ab36f8f0093524b0f7e7b02e2fb0d7e1094037b1db2e3488b1f99440e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d636d732f74657374732e796d6c3f6272616e63683d332e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-cms/actions?query=workflow%3Atests+branch%3A3.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/343cd87f6ab71a42636e093c0dc68a8d306e954b0027a9c1bb9f0ead1a2484f2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d636d732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d332e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-cms/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A3.x)

Filament CMS UI plugin — pages, posts, categories, tags, comment moderation, media and navigation menus inside a [Filament](https://filamentphp.com) panel. Resources, actions and widgets, built on top of [`jeffersongoncalves/laravel-cms`](https://github.com/jeffersongoncalves/laravel-cms).

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

[](#installation)

```
composer require jeffersongoncalves/filament-cms
```

```
use JeffersonGoncalves\FilamentCms\FilamentCmsPlugin;

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

Versions
--------

[](#versions)

Pick the branch/constraint matching your Filament version:

FilamentBranchConstraintStatusv5`3.x``^3.0`Builtv4`2.x``^2.0`Builtv3`1.x``^1.0`BuiltCompatibility
-------------

[](#compatibility)

- **PHP** 8.2+
- **Laravel** 12.x · 13.x
- **Filament** v5 (this branch)

Development
-----------

[](#development)

```
composer install
composer test       # Pest
composer analyse    # PHPStan level 5
composer format     # Pint
```

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 see [SECURITY](.github/SECURITY.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information. Built by [Jefferson Gonçalves](https://github.com/jeffersongoncalves).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

3

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

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

---

Tags

cmsfilamentfilament-pluginlaravelphplaravelpagemenumediacmsblogpostfilamentfilament-plugin

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[awcodes/filament-curator

A media picker plugin for FilamentPHP.

440384.7k25](/packages/awcodes-filament-curator)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

86240.3k9](/packages/stephenjude-filament-two-factor-authentication)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[slimani/filament-media-manager

A media manager plugin for Filament.

179.7k1](/packages/slimani-filament-media-manager)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16321.5k](/packages/backstage-mails)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

277333.4k9](/packages/croustibat-filament-jobs-monitor)

PHPackages © 2026

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