maispace/mai-accessibility

Backend module for editorial accessibility analysis. Checks content elements for common accessibility issues before publication. Includes TYPO3 link validation to surface broken links alongside accessibility warnings.

Maintainers

Package info

github.com/mai-space-de/typo3-extension-accessibility

Type:typo3-cms-extension

pkg:composer/maispace/mai-accessibility

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

v14.0.0 2026-05-23 19:43 UTC

This package is auto-updated.

Last update: 2026-05-24 17:24:10 UTC


README

PHP TYPO3 License: GPL v2

Backend module for editorial accessibility analysis. Checks content elements for common accessibility issues before publication. Includes TYPO3 link validation to surface broken links alongside accessibility warnings.

Requires: TYPO3 13.4 LTS / 14.1 · PHP 8.2+

Installation

composer require maispace/mai-accessibility

Development

Linting

composer lint:check     # Run all linters
composer lint:fix       # Fix auto-fixable issues

Testing

composer test           # Run all tests
composer test:unit      # Run unit tests only

License

GPL-2.0-or-later — see LICENSE for details.