elao / accesseo
Provide accessibility and SEO insights of your page in Symfony profiler
Installs: 8 753
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 7
Forks: 3
Open Issues: 12
Type:symfony-bundle
Requires
- php: >=7.4
- brick/schema: ^0.1.1
- symfony/css-selector: ^4.4|^5.1
- symfony/dependency-injection: ^4.4|^5.1
- symfony/dom-crawler: ^4.4|^5.1
- symfony/http-client-contracts: ^1.1|^2.0
- symfony/http-foundation: ^4.4|^5.1
- symfony/http-kernel: ^4.4|^5.1
- symfony/service-contracts: ^1.1|^2.0
- symfony/string: ^5.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- symfony/console: ^4.4|^5.1
- symfony/filesystem: ^4.4|^5.1
- symfony/http-client: ^4.4|^5.1
- symfony/phpunit-bridge: ^5.2
- symfony/twig-bridge: ^4.4|^5.1
- symfony/web-profiler-bundle: ^4.4|^5.1
Suggests
- symfony/http-client: HTTP Client implementation, used for broken link detection.
This package is auto-updated.
Last update: 2024-11-05 21:39:01 UTC
README
Accesseo helps you improve the accessibility and SEO of your pages with some simple optimization insights.
Installation
composer require --dev elao/accesseo:^1.0@beta
in config/bundles.php
add:
Elao\Bundle\Accesseo\ElaoAccesseoBundle::class => ['dev' => true],
Configuration options
in config/packages/elao_accesseo.yaml
:
Disable bundle :
elao_accesseo: enabled: false
Disable SEO panel :
elao_accesseo: enabled_seo_panel: false
Disable Accessibility panel :
elao_accesseo: enabled_accessibility_panel: false
Accessibility panel : icons
Configure the list of icons css classes in your html so we can check if they are readable by screen readers :
elao_accesseo: icons: - icon - duck-icon - ...