PHPackages                             dockcodes/a11y-checker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dockcodes/a11y-checker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dockcodes/a11y-checker
======================

PHP client for accessibility audit API

1.0.10(6mo ago)0289↓50%1MITPHPPHP &gt;=8.3

Since Sep 30Pushed 6mo agoCompare

[ Source](https://github.com/dockcodes/a11y-checker)[ Packagist](https://packagist.org/packages/dockcodes/a11y-checker)[ RSS](/packages/dockcodes-a11y-checker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (1)

PHP Accessibility Checker
=========================

[](#php-accessibility-checker)

PHP package for communicating with the accessibility audit API.

### Supported functions:

[](#supported-functions)

- Running a page audit (scan) – synchronously and asynchronously
- Retrieving the audit result by audit UUID (get)
- Retrieving audit history by address UUID (history)

### Setup

[](#setup)

```
composer require dockcodes/a11y-checker
```

### Usage

[](#usage)

```
