Download the PHP package twc/code-quality-plugin without Composer

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

CODE QUALITY PLUGIN

Build Status

Plugin composer permettant la mise en place d'outils pour une analyse qualité et respect des standards sur un projet symfony.

Pré-requis

Installation

If you use composer v1.x try

Après l'installation plusieurs élements auront été créés.

Type Libelle Def
Dossier quality Permet de configurer les standards et règles qualités sur votre projet
Fichier Makefile Ajoute des recettes

Utilisation

Une fois installé lors de vos commits les actions suivantes seront réalisées.

La moindre erreur arrête le process de commit pour que vous puissiez fixer le problème.

Makefile

Lors de l'installation un Makefile sera créé s'il n'est pas présent, ou une liste de recettes seront ajoutées à votre Makefile s'il existe.

Liste des recettes du Makefile

Make Def
make twc.stan Lance une analyse statique avec phpstan
make twc.fixer Fix les standards avec php-cs-fixer
make twc.fix Fix les standards avec php-code-sniffer
make twc.rules Retourne les erreurs suites au non respect des standards php-cs
make twc.test Lancer les tests avec phpunit

Commandes

Ce composant étant un plugin composer, plusieurs commandes sont disponibles.

Commande Def
composer twc:make:install Installe un Makefile ou ajoute une extension pour bénéficier des recettes du composant
composer twc:hooks:install Installe des hooks Git à votre projet
↘ --mode=force Ecrase vos hooks s'ils existent
↘ --only-hook=pre-commit Installe un hook pre-commit à votre projet
↘ --only-hook=commit-msg Installe un hook commit-msg à votre projet
composer twc:quality:install Installe un dossier de configuration nommé quality à la racine de votre projet
↘ --mode=force Ecrase le dossier quality s'il existe
composer twc:commit:force "MSGCOMMIT" Permet de désactiver le temps du commit les règles et analyses qualités. (A utiliser en cas de force majeure)
Votre MSGCOMMIT sera préfixé [commit-forced]

All versions of code-quality-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2|^8.1
composer-plugin-api Version ^1.1|^2.0
composer/composer Version ^1.1|^2.0
symfony/framework-bundle Version ^4.0|^5.0
symfony/process Version ^4.0|^5.0
symfony/filesystem Version ^4.0|^5.0
symfony/finder Version ^4.0|^5.0
friendsofphp/php-cs-fixer Version ^3.0
squizlabs/php_codesniffer Version ^3.5
phpstan/phpstan Version ^1.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 twc/code-quality-plugin contains the following files

Loading the files please wait ....