Scan, monitor, and identify website accessibility issues across WCAG 2.0, 2.1, 2.2, ADA, Section 508, EN 301 549, UK Equality Act, Australian DDA, and Canada ACA. Get simple issue highlights with recommended fixes.
SkynetAccessibility Scanner is a powerful Sylius accessibility testing and scanning module designed to help organizations identify, monitor, and fix accessibility issues across their websites. It enables businesses, agencies, and government organizations to maintain compliance with global accessibility standards while improving user experience for all visitors.
Built for Sylius, this module provides automated scanning, detailed reporting, and continuous monitoring - making accessibility management simple and scalable.
Accessibility is not a one-time task. With evolving standards and legal requirements, websites require continuous monitoring and improvements. This module helps you:
It acts as both an accessibility checker and compliance testing tool, helping teams proactively manage accessibility risks.
10-day free trial available for all plans.
| Plan | Pages | Price |
|---|---|---|
| Small | Up to 25 pages | $9/month |
| Medium | Up to 250 pages | $19/month |
| Large | Up to 1,000 pages | $89/month |
| Extra Large | Up to 2,500 pages | $199/month |
| Plan | Websites & Pages | Price |
|---|---|---|
| Silver | 3 websites, up to 1,500 pages | $129/month |
| Gold | 5 websites, up to 2,500 pages | $219/month |
| Platinum | 10 websites, up to 5,000 pages | $399/month |
Follow these steps to install the plugin in your Sylius project:
To install the plugin, run the following command in your project’s root directory:
composer require skynet/accessibility-scanner-plugin
For Sylius 2.0+ and newer versions, the plugin should automatically be enabled once installed via Composer. However, if it’s not enabled automatically, you can manually add it to the config/bundles.php file:
return [
// other bundles...
Skynet\AccessibilityScannerPlugin\SkynetAccessibilityScannerPlugin::class => ['all' => true],
];
And also you have to add route in config\routes\sylius_admin.yaml, and the content is:
app_plugin_admin_routes:
resource: "@SkynetAccessibilityScannerPlugin/src/Resources/config/admin_routing.yaml"
prefix: /admin
Plugin requires registering services, add the necessary configuration to your config/services.yaml file:
services:
# Other services...
skynet.menu.admin_listener:
class: Skynet\AccessibilityScannerPlugin\Menu\AdminMenuListener
arguments: ['@knp_menu.factory']
tags:
- { name: kernel.event_listener, event: sylius.menu.admin.main, method: addAdminMenuItems }
This configuration registers the required event listener, integrating the plugin with the Sylius admin menu.
If the plugin includes front-end assets (CSS, JavaScript, or images), you may need to publish them. To do so, run the following commands:
php bin/console assets:install public --symlink
Clear the application cache to ensure everything is loaded correctly:
php bin/console cache:clear
https://syliusv2.skynettechnologies.us/
The plugin communicates with an external server to function properly. Ask your server administrator to whitelist the following URL in your server's CORS (Cross-Origin Resource Sharing) configuration:
| Domain | Description | Usage |
|---|---|---|
https://skynetaccessibilityscan.com |
Skynet Accessibility Scan (Global Domain) | API access and resources |
*) are supported where necessary.



Visit our support page and fill out the form. Our team will get back to you as soon as possible.
Partner with us as an agency to provide comprehensive accessibility solutions to your clients. Get access to exclusive resources, training, and support to help you implement and manage accessibility features effectively.
Join our affiliate program and earn commissions by promoting SkynetAccessibility Scanner. Share our accessibility solution within your network and help businesses improve their website accessibility while generating additional revenue.
For more details, visit the Accessibility Partnership Opportunities Page.
This Accessibility Scanning Monitoring Application is developed and maintained by Skynet Technologies USA LLC.
No reviews yet. Be the first to review this product!
Skynet Technologies is an IT services and Product company with over two decades of experience specializing in digital transformation, end-to-end e-commerce solutions, digital marketing, ADA-compliant web design, Audit, Remediation & custom application development, content management systems, mobile app development. HQ is in Independence, Kentucky, USA also have multi locations in Florida, Nevada, Australia and INDIA.
Read more© 2026 Sylius. All rights reserved.