PHPackages                             fhusquinet/laravel-model-seoable - 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. fhusquinet/laravel-model-seoable

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

fhusquinet/laravel-model-seoable
================================

Easily add seo meta data to your Eloquent model.

2.0.0(5y ago)09[1 PRs](https://github.com/fhusquinet/laravel-model-seoable/pulls)MITPHPPHP ^7.0

Since Sep 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/fhusquinet/laravel-model-seoable)[ Packagist](https://packagist.org/packages/fhusquinet/laravel-model-seoable)[ Docs](https://github.com/fhusquinet/laravel-model-seoable)[ RSS](/packages/fhusquinet-laravel-model-seoable/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

Easily add seo meta data to your Eloquent model.
================================================

[](#easily-add-seo-meta-data-to-your-eloquent-model)

[![Latest Version on Packagist](https://camo.githubusercontent.com/901854be108323834bba4899c3f4b0d0e46ad9421009e024d3a1352fe0816e00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666875737175696e65742f6c61726176656c2d6d6f64656c2d73656f61626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fhusquinet/laravel-model-seoable)[![Total Downloads](https://camo.githubusercontent.com/f71edbdd3ea637216c75d63c9d2be94bb81e7d2c766d119b8483c845dfb7ed40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666875737175696e65742f6c61726176656c2d6d6f64656c2d73656f61626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fhusquinet/laravel-model-seoable)

If you are storing a lot of values, especially booleans, as columns in your database, and if this data is not always the same for each row you might want to consider using a JSON column. To ease up the usage of it, this package provides an easy way API toscope results from your database and getting/setting options. If you are used to Laravel's syntax you will be familiar with this one as well.

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

[](#installation)

You can install the package via composer:

```
composer require fhusquinet/laravel-model-seoable
```

```
php artisan migrate
```

Usage
-----

[](#usage)

Add the Seoable trait to your wanted models.

```
// App\Models\Article.php

namespace App\Models;

use FHusquinet\Seoable\Traits\Seoable;
use Illuminate\Database\Eloquent\Model;

class Article extends Model
{
    use Seoable;
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Florian Husquinet](https://github.com/fhusquinet)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

1939d ago

Major Versions

0.1 → 1.0.02018-12-10

1.0.1 → 2.0.02021-01-19

### Community

Maintainers

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

---

Tags

fhusquinetlaravel-model-seoable

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fhusquinet-laravel-model-seoable/health.svg)

```
[![Health](https://phpackages.com/badges/fhusquinet-laravel-model-seoable/health.svg)](https://phpackages.com/packages/fhusquinet-laravel-model-seoable)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)

PHPackages © 2026

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