PHPackages                             studio24/accessible-forms - 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. studio24/accessible-forms

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

studio24/accessible-forms
=========================

Create more accessible forms in your PHP apps.

v0.1.2(3mo ago)022[1 PRs](https://github.com/studio24/accessible-forms/pulls)MITTwigPHP ^8.2CI passing

Since Dec 12Pushed 1mo agoCompare

[ Source](https://github.com/studio24/accessible-forms)[ Packagist](https://packagist.org/packages/studio24/accessible-forms)[ Docs](https://github.com/studio24/accessible-forms)[ RSS](/packages/studio24-accessible-forms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (7)Used By (0)

Accessible forms
================

[](#accessible-forms)

[![Latest Version on Packagist](https://camo.githubusercontent.com/73e21a22a62ea1c347147c0a6af6c4935c92035c40da352da66c281748a972a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73747564696f32342f61636365737369626c652d666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/studio24/accessible-forms)[![Tests](https://camo.githubusercontent.com/445e1c068381f8917d628a7d9353bf66a148cb6548fc1d107c3fdc2d61940f54/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73747564696f32342f61636365737369626c652d666f726d732f7068702e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/studio24/accessible-forms/actions/workflows/php.yml)

Create more accessible forms in your PHP apps.

What does this library do?
--------------------------

[](#what-does-this-library-do)

This library helps you create accessible forms within your PHP app. It uses [Symfony Form](https://symfony.com/packages/Form)as the underlying form library.

It includes:

- Accessible form themes
- Support for the [GOV.UK Design System](https://design-system.service.gov.uk/)
- Error summary block
- Update page titles on form validation errors

Each feature is explained in the [docs](docs/README.md). Usage instructions for Symfony and Laravel are included.

Requirements
------------

[](#requirements)

- PHP 8.2+

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

[](#installation)

You can install the package via [Composer](https://getcomposer.org/):

```
composer require studio24/accessible-forms
```

See usage instructions for [Symfony](docs/symfony.md) and [Laravel](docs/laravel.md).

### Local install (remove this on release)

[](#local-install-remove-this-on-release)

During testing you can install this from a local copy via:

Edit `.ddev/docker-compose.mounts.yaml` and run `ddev restart`:

```
     "repositories": {
        "local": {
            "type": "path",
            "url": "/home/accessible-forms"
        }
    }
```

Update Composer to point to your local repo:

```
composer config repositories.local path "/home/accessible-forms"
composer require studio24/accessible-forms:dev-main
```

To remove this after testing:

```
ddev composer config repositories.local --unset
ddev composer update
```

And remove the DDEV mount from `.ddev/docker-compose.mounts.yaml`

See

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Find out more about [how to contribute](CONTRIBUTING.md) and our [Code of Conduct](CODE_OF_CONDUCT.md).

Security Issues
---------------

[](#security-issues)

If you discover a security vulnerability within this package, please follow our [disclosure procedure](SECURITY.md).

About
-----

[](#about)

This package is developed by [Studio 24](https://www.studio24.net/), a human-centered digital agency who build websites and web apps that work for everyone.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance91

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~17 days

Total

3

Last Release

115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fb0acae91f4ac95e074c4d3f2c70bfc166afc22c68810c7e1154d21fb4c27701?d=identicon)[simonrjones](/maintainers/simonrjones)

![](https://www.gravatar.com/avatar/70464d5c596a2aa2b4bf2f5253ae463499ad769e3ab4293ffa3f123a24da56d4?d=identicon)[AlanJIsaacson](/maintainers/AlanJIsaacson)

![](https://www.gravatar.com/avatar/f6cf7b34cf460ecdfc28a5ccd0ed3a0b226aed607e9f04011a78794392a4a7db?d=identicon)[gtrinkwon](/maintainers/gtrinkwon)

---

Top Contributors

[![simonrjones](https://avatars.githubusercontent.com/u/601316?v=4)](https://github.com/simonrjones "simonrjones (19 commits)")[![gtrinkwon](https://avatars.githubusercontent.com/u/17900140?v=4)](https://github.com/gtrinkwon "gtrinkwon (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

accessibilityformslaravelsymfonysymfonylaravelaccessibilityFormsstudio24

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/studio24-accessible-forms/health.svg)

```
[![Health](https://phpackages.com/badges/studio24-accessible-forms/health.svg)](https://phpackages.com/packages/studio24-accessible-forms)
```

###  Alternatives

[kris/laravel-form-builder

Laravel form builder - symfony like

1.7k2.2M45](/packages/kris-laravel-form-builder)[brexis/laravel-workflow

Integerate Symfony Workflow component into Laravel.

283125.6k](/packages/brexis-laravel-workflow)[barryvdh/laravel-form-bridge

This packages integrates Symfony Form Component in Laravel.

163354.8k1](/packages/barryvdh-laravel-form-bridge)[cocosmos/filament-quick-add-select

Instantly create and select new options in Filament relationship selects without opening modals

131.3k](/packages/cocosmos-filament-quick-add-select)[tapp/filament-form-builder

User facing form builder using Filament components

131.2k1](/packages/tapp-filament-form-builder)

PHPackages © 2026

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