/ohkae

A lightweight HTML accessibility validator

Primary LanguagePHPMIT LicenseMIT

Ohkae

Latest Version Software License Build Status Coverage Status Total Downloads

Check HTML for common accessibility issues; do what you want with the data that's returned

Install

Via Composer (don't actually do this right now)

$ composer require accell/ohkae

Usage

$html   = file_get_contents('test.html');
$report = (new Ohkae($html, 'wcag', null, null))->runReport();

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email me@ericcolon.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.