unikka / neos-linkchecker
NeosCMS package that is able to crawl the whole page and check the links for broken links
Fund package maintenance!
markusguenther
Patreon
Installs: 916
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 5
Open Issues: 6
Type:neos-package
Requires
- php: ^7.1
- league/csv: ^9.1
- neos/flow: *
- neos/neos: ^4.0 || ^5.0 || ^7.0 || dev-master
- neos/swiftmailer: ^6.0 || ^7.0 || dev-master
- spatie/crawler: ^4.1
- dev-master
- 1.1.0
- 1.0.0
- dev-snyk-fix-ff5aa266c2b1b18e514a91ede74981dc
- dev-dependabot/npm_and_yarn/minimatch-3.1.2
- dev-snyk-fix-6464058f13c51d0eb9538e5674955859
- dev-snyk-fix-5d436f6f6f6bdf77d325db8f4946f24b
- dev-snyk-fix-ecf76411261365e14e6fe813da21bbd6
- dev-snyk-fix-72b03949076229dd9c00629269c53e67
- dev-snyk-fix-ccf2eb96b8db93ea60f583700267caa8
- dev-snyk-fix-d2fae74ae033cea0d878d3c017a50610
- dev-snyk-fix-67beead45973ff3ce6355210049f05e2
- dev-snyk-fix-c01e3ed55d0b37d20f9c66725a4d050a
- dev-snyk-fix-2c8dde11815a17c6ecab950e6f2a79f6
- dev-snyk-fix-342eff4ad2b5d6e0491cdd57e3682410
- dev-snyk-fix-242fadbc8d94285e2e6f211b0f0652f8
- dev-snyk-fix-85b568811052b6c80576cc84d6ec26a8
- dev-snyk-fix-f1c179bc781b3e844ddcd16fa3348397
- dev-snyk-fix-12b9dcffde47d354af36c3671b377dd5
- dev-snyk-fix-5e40b8f85a9188a2fc1273459572149c
- dev-snyk-fix-87063392f59cb267fe8ca9b91d615f48
This package is auto-updated.
Last update: 2025-03-06 08:08:34 UTC
README
Neos.LinkChecker
Neos package that is able to crawl the whole page and check the links for broken links
IMPORTANT WIP
Installation
composer require unikka/neos-linkchecker --no-update
We collect the result items in the database and therefore you should execute the doctrine migration.
./flow doctrine:migrate
Configuration
We have plenty of configuration options for the link checker. the most important if you want to use the crawler for your site is maybe the url. You can also use a parameter in the cli command if you don`t use just one url for instance.
Unikka: LinkChecker: url: 'unikka.de'
More detailed information will follow.
At the moment just check out the Settings.yaml
Contribution
We'd love you to contribute to Neos.LinkChecker. We try to make it as easy as possible.
Therefore the first rule is to follow the eslint commit message guideline.
It is really easy, when you always commit via yarn commit
. Commitizen will guide you.
If you have questions just ping us on twitter or github.
About
The package is based on the Noerdisch/LinkChecker
package. We thank the Noerdisch team for
all the efforts.
License
The GNU GENERAL PUBLIC LICENSE, please see License File for more information.