Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennisinteractive/dennis_link_checker
Monitors links to reduce redirects
https://github.com/dennisinteractive/dennis_link_checker
Last synced: 6 days ago
JSON representation
Monitors links to reduce redirects
- Host: GitHub
- URL: https://github.com/dennisinteractive/dennis_link_checker
- Owner: dennisinteractive
- Created: 2017-04-03T16:57:15.000Z (almost 8 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2021-09-07T07:13:57.000Z (over 3 years ago)
- Last Synced: 2024-11-07T13:38:41.541Z (about 2 months ago)
- Language: PHP
- Size: 260 KB
- Stars: 0
- Watchers: 56
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dennis_link_checker
Monitors links to reduce redirects## Configuration:
##### The site URL for scanning can be configured at:
`/admin/config/system/link-checker/config`## Drush commands:
`drush link-checker:link `
`drush link-checker:asset `
##### These drush commands have corresponding cron jobs.
## PHPUnit:
`../vendor/bin/phpunit -c core modules/contrib/dennis_link_checker --group Link_checker`