skynettechnologies/sylius-skynetaccessibility-scanner-plugin
Composer 安装命令:
composer require skynettechnologies/sylius-skynetaccessibility-scanner-plugin
包简介
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.
README 文档
README
Overview
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.
Why Use SkynetAccessibility Scanner?
Accessibility is not a one-time task. With evolving standards and legal requirements, websites require continuous monitoring and improvements. This module helps you:
- Detect accessibility issues automatically
- Track compliance across multiple pages
- Prioritize fixes with actionable recommendations
- Maintain long-term accessibility compliance
It acts as both an accessibility checker and compliance testing tool, helping teams proactively manage accessibility risks.
Features
- Automated Accessibility Scanning
- Detailed auto-generated reports with severity levels, issue descriptions, and clear remediation guidance
- Sitemap-Based Scanning and Monitoring
- Multi-Resolution Monitoring
- Scheduled monitoring — weekly, monthly, or quarterly
- Supports scanning in 190+ languages, making it ideal for global websites
- Seamlessly integrates with the All in One Accessibility dashboard for centralized management
Supported Global Accessibility Compliance Standards
- WCAG 2.0, 2.1, 2.2
- ADA
- Section 508
- EAA EN 301 549 (EU)
- UK Equality Act
- Australian DDA
- Canada ACA
- Ontario AODA
- California Unruh
- Israeli Standard 5568
- Germany BITV 2.0
- France RGAA
- Spain UNE 139803
- Italy Stanca Act
- Indian RPD Act
- GIGW 3.0
- Brazilian Inclusion Law LBI 13.146/2015
- Japan JIS X 8341
Key Benefits for Sylius Users
- Works directly within the Sylius ecosystem
- Reduces manual accessibility testing efforts
- Helps improve user experience for people with disabilities
- Supports legal and compliance requirements
- Scales across multiple Sylius websites and projects
Pricing
10-day free trial available for all plans.
Single Site
| 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 |
Multi-Site
| 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 |
Paid Add-ons
- Manual Accessibility Audit Report
- Manual Accessibility Remediation
- PDF/Document Accessibility Remediation
- VPAT Report / Accessibility Conformance Report (ACR)
How It Works
- Scan Your Website – Run automated scans to detect accessibility issues.
- Review Reports – Access prioritized issue lists with remediation recommendations.
- Monitor & Maintain – Keep your website accessible with ongoing scheduled monitoring.
Prerequisites
- Sylius 2.0+ (or later)
- PHP 8.2+ (PHP 8.3 or higher recommended)
- Symfony 6.0+ (compatible with Sylius 2.0+)
- cURL support enabled in PHP
Installation
Follow these steps to install the plugin in your Sylius project:
1. Install the Plugin via Composer
To install the plugin, run the following command in your project’s root directory:
composer require skynet/accessibility-scanner-plugin
2. Enable the 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
3. Register Services
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.
4. Optional: Publish the Plugin Assets
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
5. Clear the Cache
Clear the application cache to ensure everything is loaded correctly:
php bin/console cache:clear
Live Demo
https://syliusv2.skynettechnologies.us/
CORS Policy Configuration
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 |
Instructions
- Update your server's CORS configuration to include the URL above.
- Ensure wildcard subdomains (
*) are supported where necessary. - Verify application functionality by testing requests to this domain.
- If issues persist, consult the documentation for CORS configuration guidance.
Getting Started
- Visit WCAG Accessibility Scanning and Monitoring
- Request a demo or sign up for a free trial to explore features.
- Configure your website domain and customize scan settings.
- Start monitoring WCAG compliance, track accessibility issues, and download detailed audit reports.
Screenshots
Video
Support
Submit a Support Request
Visit our support page and fill out the form. Our team will get back to you as soon as possible.
Send Us an Email
📧 hello@skynettechnologies.com
Accessibility Partnership Opportunities
Accessibility Agency Partnership
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.
Accessibility Affiliate Partnership
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.
Credits
This Accessibility Scanning Monitoring Application is developed and maintained by Skynet Technologies USA LLC.
skynettechnologies/sylius-skynetaccessibility-scanner-plugin 适用场景与选型建议
skynettechnologies/sylius-skynetaccessibility-scanner-plugin 是一款 基于 Twig 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 02 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「sylius」 「accessibility」 「wcag」 「sylius-plugin」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 skynettechnologies/sylius-skynetaccessibility-scanner-plugin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 skynettechnologies/sylius-skynetaccessibility-scanner-plugin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 skynettechnologies/sylius-skynetaccessibility-scanner-plugin 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Implementation of the Omnibus Directive for Sylius application.
Bulk export of sylius resources
Sylius plugin that integrates Addwish
Setono example plugin for Sylius.
Will translate fragments of text automatically
Provide accessibility and SEO insights of your page in Symfony profiler
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 46
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-10