PHP code example of acelabs / bulk-link-checker
1. Go to this page and download the library: Download acelabs/bulk-link-checker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
acelabs / bulk-link-checker example snippets
php craft bulk-link-checker/scan/run
--sites=1,2
--sites=default,en
php craft bulk-link-checker/scan/run --sites=default --linkMode=external --format=json
return [
// How many URLs to hit in parallel (per entry / per pool)
'concurrency' => 10,
];