PHPackages                             descom/descommarket-seo - 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. descom/descommarket-seo

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

descom/descommarket-seo
=======================

Descommarket SEO

1.3.0(2mo ago)04.1k↓45%1[1 PRs](https://github.com/descom-es/descommarket-seo/pulls)MITPHPPHP ^8.4CI passing

Since Jun 14Pushed 2mo agoCompare

[ Source](https://github.com/descom-es/descommarket-seo)[ Packagist](https://packagist.org/packages/descom/descommarket-seo)[ RSS](/packages/descom-descommarket-seo/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (12)Versions (8)Used By (0)

DescomMarket Seo
================

[](#descommarket-seo)

[![tests](https://github.com/descom-es/descommarket-seo/actions/workflows/tests.yml/badge.svg)](https://github.com/descom-es/descommarket-seo/actions/workflows/tests.yml)[![analyze](https://github.com/descom-es/descommarket-seo/actions/workflows/analyze.yml/badge.svg)](https://github.com/descom-es/descommarket-seo/actions/workflows/analyze.yml)

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

[](#installation)

```
composer require descom-es/descommarket-seo
php artisan migrate
```

Usage
-----

[](#usage)

### Configure yor model to use Seo

[](#configure-yor-model-to-use-seo)

Add Trait `DescomMarket\Seo\Traits` in your Model that required Seo.

### Add Seo to your model

[](#add-seo-to-your-model)

```
    $product->addMeta('title', 'new title to product');
    $product->addMeta('description', 'Meta description to product');
```

### Get MetaResource to your API

[](#get-metaresource-to-your-api)

```
    public function toArray($request)
    {
        return [
            'id' => $this->id,
            'meta' => $this->whenLoaded('meta', new MetaResource($this->meta)),
        ];
    }
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance83

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

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

Recently: every ~179 days

Total

6

Last Release

86d ago

PHP version history (3 changes)1.0.0PHP ^8.0

1.2.0PHP ^8.3

1.3.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25681494?v=4)[Cesar Garcia](/maintainers/cesargb)[@cesargb](https://github.com/cesargb)

---

Top Contributors

[![llorensjj](https://avatars.githubusercontent.com/u/7073372?v=4)](https://github.com/llorensjj "llorensjj (16 commits)")[![Asiergg34](https://avatars.githubusercontent.com/u/114573920?v=4)](https://github.com/Asiergg34 "Asiergg34 (13 commits)")[![cesargb](https://avatars.githubusercontent.com/u/25681494?v=4)](https://github.com/cesargb "cesargb (8 commits)")[![IsmaelR04](https://avatars.githubusercontent.com/u/164865561?v=4)](https://github.com/IsmaelR04 "IsmaelR04 (3 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/descom-descommarket-seo/health.svg)

```
[![Health](https://phpackages.com/badges/descom-descommarket-seo/health.svg)](https://phpackages.com/packages/descom-descommarket-seo)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.6k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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