/crawler

Libraries and scripts for crawling the TYPO3 page tree. Used for re-caching, re-indexing, publishing applications etc.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

crawler

Libraries and scripts for crawling the TYPO3 page tree. Used for re-caching, re-indexing, publishing applications etc.

Build information

Build Status Scrutinizer Code Quality Code Coverage

Wiki

Please see the Wiki Pages for Release notes and Known issues.

Documentation

Please read the documentation

To render the documentation locally, please use the official TYPO3 Documentation rendering Docker Tool. https://github.com/t3docs/docker-render-documentation

Contributions

When you have a PR, please run the following checks first.

  • composer test:all
    • Requires a mysql-database, you can boot one with docker-compose from the .Docker-directory
  • composer cs-fix
    • Ensures that coding standards are respected
  • composer analyse
    • Will run PHPStan and do a static code analysis, this is not adjust completely in build yet, but please try to avoid adding new violations. ;)