Download the PHP package mindfulmarkup/mindfula11y without Composer

On this page you can find all versions of the php package mindfulmarkup/mindfula11y. 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 mindfula11y

Mindful A11y TYPO3 Extension

Mindful A11y is a TYPO3 extension that integrates accessibility tools directly into the TYPO3 backend, helping editors and integrators improve the accessibility of their content.

Note: This extension is in an early stage of development. I do not recommend using it in production environments at this time.

Installation

Install via Composer:

Features

Extension Settings

You can configure Mindful A11y in the extension settings:

Page TSconfig Options

Configure module behavior per page using Page TSconfig (Configuration/page.tsconfig):

Heading ViewHelper Usage

The HeadingViewHelper allows you to render headings in TYPO3 with support for editing heading levels in the MindfulA11y backend module.

Basic Usage

Render a heading with the ability to edit its level from the backend module. This example outputs the default heading field for a tt_content record:

Static Heading (No Editing)

Render a heading without edit capability, e.g. for child or dependent headings:

Notes

Extending Custom Records with the Heading Level Column

You can add the heading level column provided by this extension to your own custom records. This allows you to reuse the same heading level selection and editing features in your own tables.

Example: Add to a Custom Table

In your TCA override (e.g. Configuration/TCA/Overrides/tx_yourextension_domain_model_custom.php):

For more details, see the PHPDoc in Classes/ViewHelpers/HeadingViewHelper.php.

License

This project is licensed under the GNU General Public License v2.0 (GPL-2.0). See the LICENSE file for details.


All versions of mindfula11y with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2 <=8.4
typo3/cms-core Version ~13.4.0
typo3/cms-backend Version ~13.4.0
typo3/cms-fluid Version ~13.4.0
typo3/cms-frontend Version ~13.4.0
typo3/cms-extbase Version ~13.4.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 mindfulmarkup/mindfula11y contains the following files

Loading the files please wait ....