Download the PHP package scottboms/link-scanner without Composer
On this page you can find all versions of the php package scottboms/link-scanner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scottboms/link-scanner
More information about scottboms/link-scanner
Files in scottboms/link-scanner
Package link-scanner
Short Description Link Scanner plugin for Kirby
License MIT
Homepage https://github.com/scottboms/kirby-link-scanner
Informations about the package link-scanner
Link Scanner for Kirby
Adds a panel area with the ability to scan your site's content files for broken links. The plugin can traverse internal Kirby UUID links and external links in various formats reporting back those that return 404 or 500-level errors with a quick means to go to the source page and update or remove them.
Installation
Kirby CLI
Composer
Git submodule
Copy and Paste
- Download the contents of this repository as Zip file.
- Rename the extracted folder to
link-scannerand copy it into thesite/plugins/directory in your Kirby project.
The plugin supports both Composer installs and direct plugin-folder installs. When installed without Composer, it falls back to Kirby's built-in class loader.
Configuration Options
| Property | Default | Req? | Description |
|---|---|---|---|
| scottboms.link-scanner.timeout | 8 |
No | Timeout for the scanner process |
| scottboms.link-scanner.userAgent | Kirby Link Scanner |
No | Set a custom UserAgent string |
Example Config:
Compatibility
- Kirby 5.x
- PHP 8.3+ with cURL and php cli exec()
- Be sure that Kirby's Vue template compiler is not disabled
Disclaimer
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test before using it in a production environment. If you identify an issue, typo, etc, please create a new issue so I can investigate.