PHPackages                             lelectrolux/content-links - 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. lelectrolux/content-links

ActiveLibrary

lelectrolux/content-links
=========================

Search for links in your models content, and check them for errors

1.5.0(2mo ago)023proprietaryPHPPHP ^8.2

Since Jun 15Pushed 2mo agoCompare

[ Source](https://github.com/Lelectrolux/content-links)[ Packagist](https://packagist.org/packages/lelectrolux/content-links)[ RSS](/packages/lelectrolux-content-links/feed)WikiDiscussions main Synced 1mo ago

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

Search for links in your models content, and check them for errors

Getting Started
---------------

[](#getting-started)

First, publish the config and migration files

```
php artisan vendor:publish --provider=Lelectrolux\ContentLinks\ContentLinksServiceProvider
```

Then, run the migration

```
php artisan migrate
```

Then, for each relevant model:

- Add 2 imports

```
use \Lelectrolux\ContentLinks\Contracts\HasContentLinks as HasContentLinksContract;
use \Lelectrolux\ContentLinks\Models\HasContentLinks;
```

- Implement `HasContentLinksContract`
- Use `HasContentLinks`

Finally, add all the models `::class` to the `content-links.models` config key

Optionally, add the commands to your scheduler

Available commands
------------------

[](#available-commands)

```
# \Lelectrolux\ContentLinks\Console\Commands\ContentLinksCheck
# php artisan content-links:check {class?*} {--failed}
php artisan content-links:check
php artisan content-links:check App\Models\MyModel
php artisan content-links:check App\Models\MyModel:1,2,3
php artisan content-links:check App\Models\MyModel:1,2,3 App\Models\MyOtherModel
```

```
# \Lelectrolux\ContentLinks\Console\Commands\ContentLinksPurge
php artisan content-links:purge
```

Export
------

[](#export)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance87

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Every ~46 days

Recently: every ~68 days

Total

7

Last Release

62d ago

### Community

Maintainers

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

---

Top Contributors

[![Lelectrolux](https://avatars.githubusercontent.com/u/3909549?v=4)](https://github.com/Lelectrolux "Lelectrolux (9 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lelectrolux-content-links/health.svg)

```
[![Health](https://phpackages.com/badges/lelectrolux-content-links/health.svg)](https://phpackages.com/packages/lelectrolux-content-links)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[lemonsqueezy/laravel

A package to easily integrate your Laravel application with Lemon Squeezy.

58596.1k](/packages/lemonsqueezy-laravel)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)

PHPackages © 2026

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