PHPackages                             c6digital/filament-og-manager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. c6digital/filament-og-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

c6digital/filament-og-manager
=============================

Manage your site's Open Graph tags inside of Filament.

v0.1.2(1y ago)011[4 PRs](https://github.com/c6digital/filament-og-manager/pulls)MITPHPPHP ^8.1CI passing

Since Oct 1Pushed 1mo ago2 watchersCompare

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

READMEChangelog (3)Dependencies (13)Versions (8)Used By (0)

Manage your site's Open Graph tags inside of Filament.
======================================================

[](#manage-your-sites-open-graph-tags-inside-of-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/26917569a27ab6702c05f5fa8d64625a8ea7eaa4a82c15de03d7e806c98ef681/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63366469676974616c2f66696c616d656e742d6f672d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/c6digital/filament-og-manager)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d92535c48ae038cd4cd5516cebe912e1e927b0938f65d54a99b49be693da6909/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63366469676974616c2f66696c616d656e742d6f672d6d616e616765722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/c6digital/filament-og-manager/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e0bb7ad2308e2b3dd51d6fd4ceac120c08fdfd61aa78b83b45874cafbf44336c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63366469676974616c2f66696c616d656e742d6f672d6d616e616765722f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/c6digital/filament-og-manager/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2c74a9d048310acf9009593895fe41c69068c3017483d8dcd671128047f9bbc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63366469676974616c2f66696c616d656e742d6f672d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/c6digital/filament-og-manager)

This package provides a global SEO page that lets you manage Open Graph tags, as well as a set of fields to manage Open Graph tags for specific resources.

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

[](#installation)

You can install the package via Composer:

```
composer require c6digital/filament-og-manager
```

Run the installation command for the package:

```
php artisan og-manager:install
```

This will publish and execute migrations.

Usage
-----

[](#usage)

Register the plugin:

```
use C6Digital\OgManager\OgManagerPlugin;

$panel
    ->plugin(
        OgManagerPlugin::make()
    );
```

The global SEO page will be registered with your panel and automatically appear inside of the panel. Use this form to manage your site wide Open Graph tags.

### Rendering meta tags

[](#rendering-meta-tags)

To render meta tags in your Blade templates, use the provided component:

```

```

### Model-specific tags

[](#model-specific-tags)

This package provides a custom group of fields that you can add to your own resource forms.

```
use C6Digital\OgManager\Components\SEO;

public function form(Form $form): Form
{
    return $form->schema([
        SEO::make(),
    ]);
}
```

You'll then need to add the `HasOpenGraphMeta` trait to your model.

```
use C6Digital\OgManager\Concerns\HasOpenGraphMeta;

class Post extends Model
{
    use HasOpenGraphMeta;
}
```

This registers a new `openGraphMeta` relationship on your model which this field uses.

To render meta tags for a specific model, pass the model through to the Blade component using the `for` prop.

```

```

### Changing the URL

[](#changing-the-url)

This package defaults to using `url()->current()` when rendering meta tags (`og:url`, `twitter:url`). If you want to change URL you can pass it through as a prop to the Blade component.

```

```

Testing
-------

[](#testing)

```
composer test
```

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)

- [Ryan Chandler](https://github.com/c6digital)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance67

Regular maintenance activity

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% 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

586d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/568d485d441c691b0358b9091254a6a671fef8f76b73f28af1180ad568d142b2?d=identicon)[ryangjchandler](/maintainers/ryangjchandler)

---

Top Contributors

[![ryangjchandler](https://avatars.githubusercontent.com/u/41837763?v=4)](https://github.com/ryangjchandler "ryangjchandler (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelc6digitalfilament-og-manager

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/c6digital-filament-og-manager/health.svg)

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[outerweb/filament-settings

Filament integration for the outerweb/settings package

3690.9k4](/packages/outerweb-filament-settings)

PHPackages © 2026

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