Download the PHP package prgfx/neos-axecore without Composer

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

Prgfx.Neos.AxeCore

This package integrates the axe-core accessibility analysis tools from Deque into the Neos inspector to allow editors to quickly determine accessibility issues on a document.

composer require prgfx/neos-axecore

The development of this package is supported by mindscreen GmbH.

Features

Configuration

axe.run Options

You can specify the options passed to axe.run through the settings:

Override used resources

If you want to use a specific (compatible) version of the axe-core library, you can override

By specifying a json without the {language} placeholder you could disable localization of the results.

Feature-Flags

Some features may still be experimental or not suited for all users.

Configure Feature-Flags

Feature-flags can be enabled, disabled or configured based on conditions.

Available Feature-Flags

name default value description
popout true enable button to pop-out the results in the inspector into a separate window
export true enable button to download the test-results as JSON file

Development

Updating axe-core

When updating axe-core, make sure to update both the translations and distribution js shipped with this version. The package file includes two helpers to copy these files to their respective target locations.

Notes

To work out of the box, this package includes a built version of axe-core and the locales distributed with it. The sources are available on GitHub and licensed under the MPL-2.0 License.


All versions of neos-axecore with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
neos/neos Version ^5.0 || ^7.0 || ^8.0 || dev-master
neos/neos-ui Version ^5.0 || ^7.0 || ^8.0 || dev-master
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 prgfx/neos-axecore contains the following files

Loading the files please wait ....