PHPackages                             silvertipsoftware/a11y - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. silvertipsoftware/a11y

ActiveLibrary[Testing &amp; Quality](/categories/testing)

silvertipsoftware/a11y
======================

Enable A11y tests for your Laravel project.

v0.1(5y ago)06.5kMITPHPCI failing

Since Jul 30Pushed 3y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (8)Used By (0)

A11y
====

[](#a11y)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b96c59d8b12a53777566dbbe2ad901d564782281a6447d2dc37b9b62aaabad43/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696c766572746970736f6674776172652f613131792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/silvertipsoftware/a11y)[![Total Downloads](https://camo.githubusercontent.com/de9d4a88a89cf32ebdcb8b0713a4b784041f39e045381087559bad54ea66acaa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73696c766572746970736f6674776172652f613131792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/silvertipsoftware/a11y)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

Installation
------------

[](#installation)

Via Composer

```
$ composer require silvertipsoftware/a11y
```

Usage
-----

[](#usage)

In your your Laravel project's `AppServiceProvider.php`, add a `Browser::mixin` to the `boot()` method:

```
    public function boot() {
        ...

        if ($this->app->environment('local', 'testing')) {
            Browser::mixin(new \SilvertipSoftware\A11y\BrowserMixins);
        }

        ...
    }
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Andre Sonnichsen](https://github.com/aksonnic)
- [All Contributors](../../contributors)

License
-------

[](#license)

WTFPL. Please see the [license file](license.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~88 days

Recently: every ~110 days

Total

6

Last Release

2041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/856f4e3eec083f729f4d176e1688cade4b40599d33b85824cd9842fac6476888?d=identicon)[thejacer87](/maintainers/thejacer87)

![](https://www.gravatar.com/avatar/181c1808871c0b143792e2a5db97971850429ff960d46ffa821a954a9aeed745?d=identicon)[info@silvertipsoftware.com](/maintainers/info@silvertipsoftware.com)

---

Top Contributors

[![thejacer87](https://avatars.githubusercontent.com/u/6412919?v=4)](https://github.com/thejacer87 "thejacer87 (6 commits)")[![aksonnic](https://avatars.githubusercontent.com/u/1252956?v=4)](https://github.com/aksonnic "aksonnic (1 commits)")

---

Tags

laravela11y

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/silvertipsoftware-a11y/health.svg)

```
[![Health](https://phpackages.com/badges/silvertipsoftware-a11y/health.svg)](https://phpackages.com/packages/silvertipsoftware-a11y)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)[mpociot/laravel-test-factory-helper

Generate Laravel test factories from your existing models

933635.2k2](/packages/mpociot-laravel-test-factory-helper)[christophrumpel/missing-livewire-assertions

This package adds missing livewire test assertions.

149336.0k9](/packages/christophrumpel-missing-livewire-assertions)[davestewart/sketchpad

An innovative front-end environment for interactive Laravel development

29512.9k1](/packages/davestewart-sketchpad)[encodia/laravel-health-env-vars

Custom check for Spatie's Laravel Health - Ensure every .env variable you need has been set

20143.5k](/packages/encodia-laravel-health-env-vars)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
