PHPackages                             banulakwin/filament-seo-engine - 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. banulakwin/filament-seo-engine

ActiveLibrary[Admin Panels](/categories/admin)

banulakwin/filament-seo-engine
==============================

Filament admin panel for banulakwin/laravel-seo-engine SEO management.

1.0.0(3w ago)00MITPHPPHP ^8.2CI passing

Since May 17Pushed 3w agoCompare

[ Source](https://github.com/banulalakwindu/filament-seo-engine)[ Packagist](https://packagist.org/packages/banulakwin/filament-seo-engine)[ Docs](https://github.com/banulalakwindu/filament-seo-engine)[ RSS](/packages/banulakwin-filament-seo-engine/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (9)Versions (1)Used By (0)

Filament SEO Engine (`banulakwin/filament-seo-engine`)
======================================================

[](#filament-seo-engine-banulakwinfilament-seo-engine)

[![Latest Version on Packagist](https://camo.githubusercontent.com/90e5e3806817beea164e0f263a3b78c0bc5a22d71aaf660a0522869837269d6a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62616e756c616b77696e2f66696c616d656e742d73656f2d656e67696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/banulakwin/filament-seo-engine)[![Tests](https://github.com/banulalakwindu/filament-seo-engine/actions/workflows/tests.yml/badge.svg)](https://github.com/banulalakwindu/filament-seo-engine/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/9cf8cc369d11a189c0d76a9a77552490b17415fc3a0089747f9dca5d789aeeb0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62616e756c616b77696e2f66696c616d656e742d73656f2d656e67696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/banulakwin/filament-seo-engine)[![License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Reusable Filament admin package for SEO management with **`banulakwin/laravel-seo-engine`**.

---

Requirements
------------

[](#requirements)

- PHP `^8.2`
- Laravel `^11.0|^12.0|^13.0`
- Filament `^5.0`
- `banulakwin/laravel-seo-engine` `^1.0`

---

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

[](#installation)

```
composer require banulakwin/filament-seo-engine
```

Register plugin in your panel:

```
use Banulakwin\FilamentSeoEngine\FilamentSeoEnginePlugin;

->plugins([
    FilamentSeoEnginePlugin::make(),
])
```

---

Features
--------

[](#features)

- Static page SEO resource (`seo_meta` records with `model_type=static_page` by default).
- Reusable SEO form schema for `seo()` relationship tabs in existing resources.
- Reusable SEO infolist schema for view pages/tabs.
- Global search with page key, meta title, and description.
- Type-aware image uploads with aspect ratio presets.

---

Reusable model SEO tab
----------------------

[](#reusable-model-seo-tab)

Use in any edit page tab system that supports relationship-backed schema:

```
use Banulakwin\FilamentSeoEngine\Schemas\SeoContentForm;

...SeoContentForm::relationshipSchema('seo')
```

For view pages/infolists:

```
use Banulakwin\FilamentSeoEngine\Schemas\SeoContentInfolist;

SeoContentInfolist::section('seo')
```

---

Runtime assumptions
-------------------

[](#runtime-assumptions)

- Host app uses `banulakwin/laravel-seo-engine`.
- SEO storage is centralized in `seo_meta`.
- Static pages use `model_type = config('seo.static_page_model_type', 'static_page')` and string `model_id`.
- Dynamic models use a `seo()` relation (typically via `Seoable`) and should be edited inline via reusable schemas.

---

Testing
-------

[](#testing)

```
composer test          # Run PHPUnit
composer pint          # Fix code style
composer phpstan       # Static analysis
composer quality       # Run all (pint + phpstan + test)
```

---

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md) for details.

---

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

[](#contributing)

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/your-feature`)
3. Run `composer quality` to ensure tests and style pass
4. Commit and push
5. Open a pull request

---

Package layout (reference)
--------------------------

[](#package-layout-reference)

```
src/
  FilamentSeoEnginePlugin.php
  FilamentSeoEngineServiceProvider.php
  Resources/StaticPageSeos/
    StaticPageSeoResource.php
    Pages/
      ListStaticPageSeos.php
      EditStaticPageSeo.php
      ViewStaticPageSeo.php
    Schemas/
      StaticPageSeoInfolist.php
    Tables/
      StaticPageSeosTable.php
  Schemas/
    CommonImageUpload.php
    SeoContentForm.php
    SeoContentInfolist.php

```

---

License
-------

[](#license)

MIT — see [LICENSE](LICENSE) for details.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

23d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64958389?v=4)[Banula Lakwindu](/maintainers/banulalakwindu)[@banulalakwindu](https://github.com/banulalakwindu)

---

Top Contributors

[![banulalakwindu](https://avatars.githubusercontent.com/u/64958389?v=4)](https://github.com/banulalakwindu "banulalakwindu (1 commits)")

---

Tags

laraveladminseofilament

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/banulakwin-filament-seo-engine/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.4k](/packages/larastan-larastan)[laravel/ai

The official AI SDK for Laravel.

9782.1M153](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

88011.3M149](/packages/spatie-laravel-health)[moonshine/moonshine

Laravel administration panel

1.3k239.9k72](/packages/moonshine-moonshine)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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