PHPackages                             heimrichhannot/contao-linkchecker-bundle - 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. heimrichhannot/contao-linkchecker-bundle

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

heimrichhannot/contao-linkchecker-bundle
========================================

Simple link checker tool, that comes with an back end widget and LinkChecker class.

2.6.0(1y ago)02.1k↑111.1%LGPL-3.0-or-laterJavaScriptPHP ^8.0CI passing

Since Mar 8Pushed 1y ago4 watchersCompare

[ Source](https://github.com/heimrichhannot/contao-linkchecker-bundle)[ Packagist](https://packagist.org/packages/heimrichhannot/contao-linkchecker-bundle)[ Docs](https://github.com/heimrichhannot/contao-linkchecker-bundle)[ RSS](/packages/heimrichhannot-contao-linkchecker-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (16)Versions (14)Used By (0)

[![](https://camo.githubusercontent.com/3e64b72373f1232a14a43035a636eddfbd8f788b17a59c004443cd1daa730db6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6865696d7269636868616e6e6f742f636f6e74616f2d6c696e6b636865636b65722d62756e646c652e737667)](https://camo.githubusercontent.com/3e64b72373f1232a14a43035a636eddfbd8f788b17a59c004443cd1daa730db6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6865696d7269636868616e6e6f742f636f6e74616f2d6c696e6b636865636b65722d62756e646c652e737667)[![](https://camo.githubusercontent.com/d9e4cb3ccff2a11fcd710191ff35b026db062236a52dd217b4bc349a10cbf78b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6865696d7269636868616e6e6f742f636f6e74616f2d6c696e6b636865636b65722d62756e646c652e737667)](https://camo.githubusercontent.com/d9e4cb3ccff2a11fcd710191ff35b026db062236a52dd217b4bc349a10cbf78b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6865696d7269636868616e6e6f742f636f6e74616f2d6c696e6b636865636b65722d62756e646c652e737667)[![](https://camo.githubusercontent.com/d134acca1f8f2a1101a5cc98dff9ef02092a275ce147ddaaf0e16ab4bbd65104/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6865696d7269636868616e6e6f742f636f6e74616f2d6c696e6b636865636b65722d62756e646c652f6d61737465722e737667)](https://travis-ci.org/heimrichhannot/contao-linkchecker-bundle/)[![](https://camo.githubusercontent.com/ea914f46bf182930d56b54cd604b4cb4bb7c25a142cb31eb2ef11b5b273d0a38/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6865696d7269636868616e6e6f742f636f6e74616f2d6c696e6b636865636b65722d62756e646c652f6d61737465722e737667)](https://coveralls.io/github/heimrichhannot/contao-linkchecker-bundle)

Contao link checker Bundle
==========================

[](#contao-link-checker-bundle)

Simple link checker tool, that comes with an back end widget and LinkChecker class. Using php get\_headers() function. Link test within widget is done via xhr call.

[![alt fieldpalette wizard](docs/img/linkchecker-be.jpg)](docs/img/linkchecker-be.jpg)*LinkChecker back end widget*

Technical instructions
----------------------

[](#technical-instructions)

### Test links

[](#test-links)

If you want to test a single link, or multiple links, simply call:

```
\Contao\System::getContainer()->get('huh.linkchecker.manager.linkchecker')test('http://www.google.de');
\Contao\System::getContainer()->get('huh.linkchecker.manager.linkchecker')test(array('http://www.google.de', 'http://www.twitter.com'));

```

### Back end widget / field

[](#back-end-widget--field)

In back end mode there is a widget available called `linkChecker`; Provide a valid `load_callback` within you DataContainer field configuration.

```
//tl_sample.php

'linkChecker'       => array(
	'label'         => &$GLOBALS['TL_LANG']['tl_sample']['linkChecker'],
	'inputType'     => 'linkChecker',
	'load_callback' => array(
		array('MyClass', 'getLinkCheckerHtml'),
	),
),

```

You can return html-code with anchor tags, a single link or an array of links within your `load_callback`.

```
// MyClass

public function getLinkCheckerHtml($varValue, \DataContainer $dc)
{
	return 'Google'
}

```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance46

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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 ~218 days

Recently: every ~290 days

Total

13

Last Release

408d ago

Major Versions

1.0.1 → 2.0.02018-05-09

PHP version history (4 changes)1.0.0PHP ^7.1

2.3.0PHP ^7.1 || ^8.0

2.5.0PHP ^7.4 || ^8.0

2.6.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ad3224d8727b622ebd229840eea6b9dbcb83eb0bd609e6ce65b614830ff538?d=identicon)[digitales@heimrich-hannot.de](/maintainers/digitales@heimrich-hannot.de)

---

Top Contributors

[![koertho](https://avatars.githubusercontent.com/u/12064642?v=4)](https://github.com/koertho "koertho (15 commits)")[![K0NZ1](https://avatars.githubusercontent.com/u/16319351?v=4)](https://github.com/K0NZ1 "K0NZ1 (1 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/heimrichhannot-contao-linkchecker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/heimrichhannot-contao-linkchecker-bundle/health.svg)](https://phpackages.com/packages/heimrichhannot-contao-linkchecker-bundle)
```

PHPackages © 2026

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