heyday/silverstripe-linkcheck

A small module to check and report on broken web links.



Documentation

SilverStripe Link Check

Checks managed websites for broken links and produces a report which is emailed to interested parties in PDF format.

License

SilverStripe Link Check is released under the MIT license

Installation

$ composer require silverstripe-linkcheck

How to use

Setting up checks

Set up a Link Check site in /admin/linkcheck/ filling out the name and URL to check. Add email addresses to send the results to.

Running the task

Create a cronjob which runs frequently to perform checks. An example cronjob which runs weekly on Friday morning is below.

0 9 * * 5 /path/to/webroot/framework/sake LinkCheckTask

Contributing

Code guidelines

This project follows the standards defined in: