Download the PHP package sicse/quality-assurance without Composer

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

Quality Assurance

CI codecov Latest Stable Version Total Downloads License

A Composer plugin and configuration package for Drupal projects, designed to enforce code quality, coding standards, and best practices automatically. Ideal for agencies, maintainers, and teams seeking consistent code review automation and integration with industry-standard PHP tools.

Requirements

Installation

Require the package as a development dependency:

When prompted by Composer to allow plugins, approve the following recommended plugins to ensure full functionality:

When you install this plugin, the GrumPHP package is also installed automatically. During installation, you will be prompted whether you want to add a grumphp.yml configuration file to your project. When you decline, this plugin will ask if you want to use the default configuration provided by this package (i.e., config/grumphp.yml).

If you set the GrumPHP config-default-path to the default configuration provided by this package (located in the config folder), that configuration will take precedence over your custom grumphp.yml file. To use your own configuration, do not set config-default-path to the package's default config.

Features

Usage

After installation and enabling the integration, GrumPHP is automatically configured. Code quality checks will run on every Git commit. You can also run them manually:

Note: if you have added your own grumphp.yml, make sure not to set the config-default-path to the GrumPHP configuration file provided by this package.

Custom Configuration (Optional)

Custom configuration is only needed if your project has different requirements. You can extend or override the default configuration by creating your own grumphp.yml or rector.php in your project root.

For example:

If you provide your own grumphp.yml, do not set the GrumPHP config-default-path to the package's default config.

When providing your own rector.php, make sure to update the convention.rector_config parameter in your grumphp.yml accordingly.

Contributing

Contributions are welcome! Please open issues or submit pull requests via GitHub.

License

GPL-2.0-or-later. See the LICENSE file for details.


All versions of quality-assurance with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
composer-plugin-api Version ^2.6
drupal/coder Version ^8.3
ekino/phpstan-banned-code Version ^3.0
ergebnis/composer-normalize Version ^2.47
jangregor/phpstan-prophecy Version ^2.2
mglaman/phpstan-drupal Version ^2.0
palantirnet/drupal-rector Version ^0.21.0
phpro/grumphp-shim Version ^2.14
phpstan/extension-installer Version ^1.4
vincentlanglet/twig-cs-fixer Version ^3.9
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 sicse/quality-assurance contains the following files

Loading the files please wait ....