Download the PHP package thirtybittech/a11yamic without Composer

On this page you can find all versions of the php package thirtybittech/a11yamic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package a11yamic

A11yamic — Accessibility for Statamic

Catch accessibility problems while you write; prove your compliance when you ship.

WCAG-aware tooling inside the Statamic Control Panel — editor-time author checks, alt-text governance, in-browser auditing, and a compliance-statement generator. Nothing leaves your server.

⚖️ The EU European Accessibility Act is in force (since 28 Jun 2025) and US ADA Title II deadlines land in 2026–27. A11yamic gives agencies and SMBs the tooling — and the paper trail — without an enterprise-priced compliance suite.

Statamic 6


Features

Screenshots

Author Assist — plain-language checks surface right in the Bard editor as you write, with a how-to-fix for each.

Alt-text manager — every image, a coverage %, and a decorative flag, all editable inline.

Statement generator — a WCAG 2.1 AA / EAA / EN 301 549-aligned statement, ready to save as an entry.

Settings — per-rule Off / Warn / Block save, enforced server-side so it can't be bypassed.

Dashboard widget — site health at a glance, right where you already look.

Honest by design. Automated tools catch ~30–40% of WCAG criteria. A11yamic prevents issues at authoring time and gives you an audit baseline — it's not a substitute for manual review, and it's not an overlay. It fixes issues at the source.


Install

The Accessibility section then appears in the CP. Most asset containers already have an alt field; the Page Audit needs published, routable entries.

Optional front-end helper styles (skip-link / visually-hidden):

Re-run vendor:publish … --force after upgrading the addon to refresh the published CP assets.

Dashboard widget

The score widget isn't added automatically — drop it into a dashboard in config/statamic/cp.php:


Configure

Everything lives in config/a11yamic.php; per-rule levels are also editable at Accessibility → Settings (stored overrides merge over the file).

Key Purpose
default_level / rules Per-rule enforcement: off / warn / block
options.* Tuning: alt length, generic-link words, first-heading level
scanned_fieldtypes Field types Author Assist inspects
alt_text.field Per-container map of which field holds alt text
audit.path / audit.axe_tags Flat-file results location · axe rule tags

License

Commercial — licensed per site via the Statamic Marketplace. See LICENSE.md. axe-core is bundled under MPL-2.0.


All versions of a11yamic with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
statamic/cms Version ^6.0
symfony/dom-crawler Version ^7.0
symfony/css-selector Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package thirtybittech/a11yamic contains the following files

Loading the files please wait ...