PHPackages                             phpsa/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. [CLI &amp; Console](/categories/cli)
4. /
5. phpsa/filament-cms

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

phpsa/filament-cms
==================

CMS for your Filament

v2.2.0(2y ago)65181[1 issues](https://github.com/phpsa/filament-cms/issues)MITPHPPHP ^8.1

Since Apr 28Pushed 2y ago2 watchersCompare

[ Source](https://github.com/phpsa/filament-cms)[ Packagist](https://packagist.org/packages/phpsa/filament-cms)[ Docs](https://cgs4k.nz)[ GitHub Sponsors](https://github.com/phpsa)[ RSS](/packages/phpsa-filament-cms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (9)Versions (11)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/350c298068a5f3a6bb7a28e2af6c68f1284980a155efcd9212b9dc1272f72abf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70687073612f66696c616d656e742d636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpsa/filament-cms)[![Semantic Release](https://github.com/phpsa/filament-cms/actions/workflows/release.yml/badge.svg)](https://github.com/phpsa/filament-cms/actions/workflows/release.yml)[![Total Downloads](https://camo.githubusercontent.com/fdf4a073aafe004c27cf2c6ebe847605e6b2db759e732bade15093c30ed30df9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70687073612f66696c616d656e742d636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpsa/filament-cms)

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

[](#filament-cms)

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

[](#installation)

You can install the package via composer:

```
composer require phpsa/filament-cms
```

```
php artisan filament-cms:install

```

```
php artisan migrate

```

Routes
------

[](#routes)

```
Route::any('/topics', [CmsCategoriesController::class, 'index'])->name('phpsa.filament.cms.resources.categories.resource');
Route::any('topics/{page:slug}', [CmsCategoriesController::class, 'show'])->name('phpsa.filament.cms.resources.categories.resource.show');
Route::any('posts/{page:slug}', [CmsBlogPostController::class, 'show'])->name('phpsa.filament.cms.resources.blog.post.resource');
Route::any('topics/{page:slug}/posts/{post:slug}', [CmsBlogPostController::class, 'showWithTopic'])->name('phpsa.filament.cms.resources.topic.blog.post.resource');
Route::any('{page:slug}', CmsPageController::class)->name('phpsa.filament.cms.resources.pages.resource');

```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Phpsa](https://github.com/phpsa)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~132 days

Total

10

Last Release

888d ago

Major Versions

v1.0.0 → v2.0.02022-05-03

v2.2.0 → v3.x-dev2023-12-13

### Community

Maintainers

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

---

Top Contributors

[![craigAtCD](https://avatars.githubusercontent.com/u/152445143?v=4)](https://github.com/craigAtCD "craigAtCD (14 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (8 commits)")[![phpsa](https://avatars.githubusercontent.com/u/952595?v=4)](https://github.com/phpsa "phpsa (6 commits)")[![howdu](https://avatars.githubusercontent.com/u/533658?v=4)](https://github.com/howdu "howdu (1 commits)")

---

Tags

clilaraveluiusercmsresourcefilamentfun

### Embed Badge

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

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

###  Alternatives

[phpsa/filament-password-reveal

Password Input with option to show

51143.4k2](/packages/phpsa-filament-password-reveal)[phpsa/filament-authentication

User &amp; Role (via Spatie Roles/Permissions) Manager Resource For Filament Admin

12663.6k](/packages/phpsa-filament-authentication)[phpsa/filament-dadjokes

With DadJokes every time you load your control panel you'll be greeted by an epic dad joke on the dashboard.

1714.1k](/packages/phpsa-filament-dadjokes)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

434297.7k19](/packages/awcodes-filament-curator)[webplusm/gallery-json-media

a filament media storing in a Json field

196.0k](/packages/webplusm-gallery-json-media)[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)
