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

Abandoned → [heimrichhannot/contao-linkchecker-bundle](/?search=heimrichhannot%2Fcontao-linkchecker-bundle)Contao-module[Utility &amp; Helpers](/categories/utility)

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

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

1.0.6(8y ago)0159LGPL-3.0+PHPPHP ~5.4 || ~7.0

Since Dec 19Pushed 8y ago4 watchersCompare

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

READMEChangelogDependencies (5)Versions (8)Used By (0)

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

[](#contao-link-checker)

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:

```
HeimrichHannot\LinkChecker\LinkChecker::test('http://www.google.de');
HeimrichHannot\LinkChecker\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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

7

Last Release

3200d ago

### 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 (2 commits)")

---

Tags

htmlcontaolinkslinkchecker

### Embed Badge

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

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

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

41668.4k162](/packages/codefog-contao-haste)[metamodels/core

MetaModels core

9956.1k68](/packages/metamodels-core)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3187.0k6](/packages/codefog-contao-news-categories)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3075.6k5](/packages/terminal42-contao-node)[terminal42/contao-folderpage

Provides a new page type for Contao that allows you to group pages into folders.

18153.4k10](/packages/terminal42-contao-folderpage)[terminal42/contao-url-rewrite

URL Rewrite bundle for Contao Open Source CMS

15100.0k3](/packages/terminal42-contao-url-rewrite)

PHPackages © 2026

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