PHPackages                             thomascombe/seotools-backpack - 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. thomascombe/seotools-backpack

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

thomascombe/seotools-backpack
=============================

SEO Tools for Laravel Backpack

0.6.0(1y ago)13.5k1MITPHPPHP ^7.1|^8.0

Since Oct 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thomascombe/seotools-backpack)[ Packagist](https://packagist.org/packages/thomascombe/seotools-backpack)[ Docs](https://github.com/thomascombe/seotools-backpack)[ RSS](/packages/thomascombe-seotools-backpack/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

SEO Tools for Laravel Backpack
==============================

[](#seo-tools-for-laravel-backpack)

Using [artesaos/seotools](https://github.com/artesaos/seotools)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0516e3f5e5fe20bf61861e5aa3d82814017ca62293ce2842b32ec4cc29156af4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f6d6173636f6d62652f73656f746f6f6c732d6261636b7061636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thomascombe/seotools-backpack)[![Total Downloads](https://camo.githubusercontent.com/196a72093b48a3a318d76a203b6691e6634afe9372f9640311f2c1ffb65532d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686f6d6173636f6d62652f73656f746f6f6c732d6261636b7061636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thomascombe/seotools-backpack)

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

[](#installation)

You can install the package via composer:

```
composer require thomascombe/seotools-backpack
```

Usage
-----

[](#usage)

```
// Add SeoCrud to your Backpack Crud Controller
use SeoCrud;

// and call :
$this->setSeoFields();

// to add default fields
```

```
// Add SeoFields to your model
use SeoFields;
```

You can override SEO fields with override `$seoFields`

To create database you can use migration : `php artisan vendor:publish --provider="Thomascombe\SeotoolsBackpack\SeotoolsBackpackServiceProvider"`

Add fields in `$fillable` array if you want to save

To set SEO Meta tags :

```
SEO::setTitle($youModel->{\Thomascombe\SeotoolsBackpack\Models\Interfaces\SeoFieldsInterface::COLUMN_SEO_TITLE});
SEO::setDescription($youModel->{\Thomascombe\SeotoolsBackpack\Models\Interfaces\SeoFieldsInterface::COLUMN_SEO_DESCRIPTION});
```

### 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)

- [Thomas Combe](https://github.com/seotoolsbackpack)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance40

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

5

Last Release

513d ago

PHP version history (2 changes)0.2PHP ^7.1

0.4.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39582382?v=4)[Thomas Combe](/maintainers/thomascombe)[@thomascombe](https://github.com/thomascombe)

---

Tags

seotoolsbackpackseotools-backpack

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thomascombe-seotools-backpack/health.svg)

```
[![Health](https://phpackages.com/badges/thomascombe-seotools-backpack/health.svg)](https://phpackages.com/packages/thomascombe-seotools-backpack)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[illuminate/events

The Illuminate Events package.

13557.0M2.1k](/packages/illuminate-events)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M273](/packages/illuminate-pipeline)[illuminate/session

The Illuminate Session package.

9939.3M829](/packages/illuminate-session)[illuminate/hashing

The Illuminate Hashing package.

6729.7M185](/packages/illuminate-hashing)

PHPackages © 2026

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