sypets / brofix
Broken Link Fixer for TYPO3 (forked from TYPO3 linkvalidator)
Installs: 21 969
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 8
Open Issues: 50
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-backend: ^12.4.1 || ^13.4
- typo3/cms-core: ^12.4.1 || ^13.4
- typo3/cms-fluid: ^12.4.1 || ^13.4
Requires (Dev)
- bnf/phpstan-psr-container: ^1.0.1
- friendsofphp/php-cs-fixer: ^3.2
- friendsoftypo3/phpstan-typo3: ^0.9.0
- phpstan/phpdoc-parser: ^1.30.0
- phpstan/phpstan: ^1.8.2
- phpstan/phpstan-phpunit: ^1.0.0
- typo3/testing-framework: ^7 || ^8
Suggests
- sypets/page-callouts: ^3.0.0
Conflicts
- typo3/cms: *
- dev-main
- 11.5.x-dev
- 9.5.x-dev
- v6.3.0
- v6.2.0
- v6.0.6
- v6.0.5
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- v5.0.2
- v5.0.1
- v5.0.0
- v4.5.4
- v4.5.3
- v4.5.2
- v4.5.1
- v4.5.0
- v4.4.4
- v4.4.3
- v4.4.2
- v4.4.1
- v4.3.1
- v4.3.0
- v4.2.7
- v4.2.6
- v4.1.5
- v4.1.4
- v4.1.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- 2.0.1
- 2.0.0
- v1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-bugfix-ignore-rtehtmlarea_images-softref-parser
- dev-bugfix-parsepagelinksWithAnchor2
- dev-bugfix-parsepagelinksWithAnchor
- dev-deprecations-remove-unused-function-usingTypoScriptParser
- dev-php8.4-ready
- dev-change-composer-requirements-for-php8.4
- dev-v13-ready
- dev-task-replace_GeneralUtility_GP
- dev-task-replace-getLLL
- dev-task-change-argument-for-tablesExist
- dev-task-replace-getSchemaManager
- dev-task-avoid-constructor-for-form-data-compiler
- dev-task-replace-getLL
- dev-task-use-correct-type-in-createNamedParameter
- dev-task-replace-flash-message-severity
- dev-task-replace-require-js
- dev-performance-add-index-url_hash
- dev-cleanup-for-v12
- dev-fix-undefined-array-key-subst-in-analyze-links-v12
- dev-fix-undefined-array-key-subst-in-analyze-links
- dev-fix-url-filter
- dev-fix-editable-restriction-authMode-v12
- dev-fix-editable-restriction-authMode-v11
- dev-button-to-page-layout-use-lang-of-record-v11.5
- dev-feature-pagelist-show-all
- dev-docs-add-ExtensionConfiguration-as-extra-file
- dev-filter-errortype
- dev-typo3_10_dev
- dev-pagetree-filter
- dev-improve-icon
- dev-check-incremental
- dev-sypets/ui-table-action-icons
This package is auto-updated.
Last update: 2024-10-29 15:54:34 UTC
README
TYPO3 extension brofix
Broken Link Fixer checks the links on your website, generates a report and allows you to edit entries with broken links directly from the report in the TYPO3 backend.
It can check all types of links: Links to pages, records, external URLs and file links. This task can be executed in the TYPO3 backend via the TYPO3 Scheduler or via the command line and supports sending a status mail when broken links are detected.
Credit: This extension is based on the TYPO3 system extension LinkValidator, it was forked from the source code. So it was based on earlier work. Thanks go to the original authors and maintainers in the core, without whom this work would not have been possible.