PHPackages                             catpow/simple-broken-link-finder - 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. catpow/simple-broken-link-finder

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

catpow/simple-broken-link-finder
================================

Check broken links in html and php files, not perfect but fast

v0.0.3(2y ago)06MITPHP

Since Feb 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/synchrovision/simple-broken-link-finder)[ Packagist](https://packagist.org/packages/catpow/simple-broken-link-finder)[ Docs](https://github.com/synchrovision/simple-broken-link-finder)[ RSS](/packages/catpow-simple-broken-link-finder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

simple-broken-link-finder
=========================

[](#simple-broken-link-finder)

So simple broken link finder.

Can't recognize is in comment or not. Can't resolve dynamic url. Ignore external link. Ignore url param.

But fast.

### How To Use

[](#how-to-use)

```
require_once(__DIR__.'/vendor/autoload.php');

$broken_links=Catpow\SimpleBrokenLinkFinder\SimpleBrokenLinkFinder::search(__DIR__.'/public_html');

foreach($broken_links as $broken_link_uri=>$pages){
  printf("%s was missing in %s\n",$broken_link_uri,implode(' and ',$pages));
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Total

3

Last Release

732d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a9c1b94768e47efef8bdb12d3f5d2e59ee13177c6485f9e0b96e2bb837d4e5b?d=identicon)[synchrovision](/maintainers/synchrovision)

---

Top Contributors

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

---

Tags

htmllinksbroken

### Embed Badge

![Health badge](/badges/catpow-simple-broken-link-finder/health.svg)

```
[![Health](https://phpackages.com/badges/catpow-simple-broken-link-finder/health.svg)](https://phpackages.com/packages/catpow-simple-broken-link-finder)
```

###  Alternatives

[spatie/laravel-html

A fluent html builder

8376.4M72](/packages/spatie-laravel-html)[ckeditor/ckeditor

JavaScript WYSIWYG web text editor.

5234.2M76](/packages/ckeditor-ckeditor)[caxy/php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

21520.9M15](/packages/caxy-php-htmldiff)[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

2899.6M48](/packages/yajra-laravel-datatables-html)[wa72/htmlpagedom

jQuery-inspired DOM manipulation extension for Symfony's Crawler

3383.9M34](/packages/wa72-htmlpagedom)[tinymce/tinymce

Web based JavaScript HTML WYSIWYG editor control.

1697.5M106](/packages/tinymce-tinymce)

PHPackages © 2026

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