piotrpress/wordpress-link-checker

WordPress Link Checker is a command line tool that checks for broken links on a WordPress website.

v1.0.0 2025-03-06 15:00 UTC

This package is auto-updated.

Last update: 2025-03-06 15:06:10 UTC


README

WordPress Link Checker is a command line tool that checks for broken links on a WordPress website.

Example

$ php wp-check https://example.com --exclude-type=post --exclude-post=sample-page

Setup

$ docker compose up -d 
$ docker compose exec php bash -c "composer install"
$ docker compose down

Usage

$ docker compose up -d
$ docker compose exec php bash -c "php wp-check <url> [--exclude-type=<post-type>] ... [--exclude-post=<post-link>] ..."
$ docker compose down

Parameters

The <url> is the URL of the WordPress website to check for broken links.

NOTE: URL can include the authentication credentials in the form: https://user:password@example.com.

The --exclude-type and --exclude-post options are used to exclude post types and posts from the check.

Requirements

License

MIT