SilverStripe Link Check
Checks managed websites for broken links and produces a report which is emailed to interested parties in PDF format., (*1)
License
SilverStripe Link Check is released under the MIT license, (*2)
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., (*3)
Running the task
Create a cronjob which runs frequently to perform checks. An example cronjob which runs weekly on Friday morning is
below., (*4)
0 9 * * 5 /path/to/webroot/framework/sake LinkCheckTask
Contributing
Code guidelines
This project follows the standards defined in:, (*5)