PHPackages                             oh4d/laravel-accessibility - 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. oh4d/laravel-accessibility

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

oh4d/laravel-accessibility
==========================

v1.0.1(7y ago)1114.3k↓33.3%6[2 issues](https://github.com/oh4d/laravel-accessibility/issues)MITJavaScriptPHP &gt;=7.0

Since Sep 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/oh4d/laravel-accessibility)[ Packagist](https://packagist.org/packages/oh4d/laravel-accessibility)[ RSS](/packages/oh4d-laravel-accessibility/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

#### Under Development

[](#under-development)

Laravel Accessibility
---------------------

[](#laravel-accessibility)

This package helps with a variety of common accessibility problems. The package adds a number of helpful accessibility features with a minimum amount of setup or expert knowledge.

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

[](#installation)

Require this package with composer.

```
composer require oh4d/laravel-accessibility dev-dev
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

The Accessibility will be enabled by default, to change that update your .env file. See more options in `config/accessibility.php`

```
ACCESSIBILITY_ENABLED=true

```

### Laravel 5.5+:

[](#laravel-55)

If you don't use auto-discovery, add the ServiceProvider to the providers array in `config/app.php`

```
Oh4d\Accessibility\ServiceProvider::class
```

Copy the package config and translation files to your local with the publish command:

```
php artisan vendor:publish --provider="Oh4d\Accessibility\ServiceProvider"
```

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

2

Last Release

2776d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24234397?v=4)[Ohad Goldstein](/maintainers/oh4d)[@oh4d](https://github.com/oh4d)

---

Top Contributors

[![oh4d](https://avatars.githubusercontent.com/u/24234397?v=4)](https://github.com/oh4d "oh4d (16 commits)")

---

Tags

accessibilitylaravel

### Embed Badge

![Health badge](/badges/oh4d-laravel-accessibility/health.svg)

```
[![Health](https://phpackages.com/badges/oh4d-laravel-accessibility/health.svg)](https://phpackages.com/packages/oh4d-laravel-accessibility)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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