PHPackages                             sjaakp/yii2-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. sjaakp/yii2-linkchecker

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

sjaakp/yii2-linkchecker
=======================

Link Checker Extension for Yii2

1.0.1(1y ago)37MITPHPPHP &gt;=7.0

Since Mar 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sjaakp/yii2-linkchecker)[ Packagist](https://packagist.org/packages/sjaakp/yii2-linkchecker)[ RSS](/packages/sjaakp-yii2-linkchecker/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

yii2-linkchecker
================

[](#yii2-linkchecker)

Scan links for errors with Yii2 PHP Framework
---------------------------------------------

[](#scan-links-for-errors-with-yii2-php-framework)

[![Latest Stable Version](https://camo.githubusercontent.com/afda7d0dc0c4cc6732faeb1efba3ac8dd41f6d08d1d91a054259793d1fbd1591/68747470733a2f2f706f7365722e707567782e6f72672f736a61616b702f796969322d6c696e6b636865636b65722f762f737461626c65)](https://packagist.org/packages/sjaakp/yii2-linkchecker)[![Total Downloads](https://camo.githubusercontent.com/661fddd76dfa19333e4263dbe5a6680a9aa9c547e8671cfa90c01b7ffd965ace/68747470733a2f2f706f7365722e707567782e6f72672f736a61616b702f796969322d6c696e6b636865636b65722f646f776e6c6f616473)](https://packagist.org/packages/sjaakp/yii2-linkchecker)[![License](https://camo.githubusercontent.com/4b3e7d8e4e6d9143abb7c23a2bc6dfa56caeaa695690c3091c12c73bbbd35043/68747470733a2f2f706f7365722e707567782e6f72672f736a61616b702f796969322d6c696e6b636865636b65722f6c6963656e7365)](https://packagist.org/packages/sjaakp/yii2-linkchecker)

**Linkchecker** is a module for the [Yii 2.0](https://www.yiiframework.com/ "Yii") PHP Framework. It can check all the links and image sources stored in the web site's database.

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

[](#installation)

Install **yii2-linkchecker** in the usual way with [Composer](https://getcomposer.org/). Add the following to the require section of your `composer.json` file:

`"sjaakp/yii2-linkchecker": "*"`

or run:

`composer require sjaakp/yii2-linkchecker`

You can manually install **yii2-linkchecker** by [downloading the source in ZIP-format](https://github.com/sjaakp/yii2-linkchecker/archive/master.zip).

#### Module

[](#module)

**Linkchecker** is a [module](https://www.yiiframework.com/doc/guide/2.0/en/structure-modules#using-modules "Yii2")in the Yii2 framework. It has to be configured in the main configuration file, usually called `web.php` or `main.php` in the `config`directory. Add the following to the configuration array:

```
