PHPackages                             dockcodes/a11y-checker-laravel - 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-laravel

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

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

1.0.3(5mo ago)012MITPHPPHP &gt;=8.0

Since Sep 30Pushed 5mo agoCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

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

[](#php-accessibility-checker)

Laravel 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-laravel
```

### Publish config:

[](#publish-config)

```
php artisan vendor:publish --provider="Dock\A11yCheckerLaravel\DockServiceProvider" --tag="config"
```

### Usage

[](#usage)

Add to .env file:

```
A11Y_API_KEY=[CONTACT US FOR API KEY]
```

Code example:

```
