Download the PHP package hypefactors/php-code-standards without Composer
On this page you can find all versions of the php package hypefactors/php-code-standards. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hypefactors/php-code-standards
More information about hypefactors/php-code-standards
Files in hypefactors/php-code-standards
Package php-code-standards
Short Description PHP CS Fixer configuration for Hypefactors
License BSD-3-Clause
Homepage https://hypefactors.com
Informations about the package php-code-standards
PHP Code Standards
This repository contains the coding standards followed by Hypefactors.
It includes configuration for:
- Easy Coding Standard (
ecs) - PHPStan (
phpstan) - Rector (
rector)
Setup
First install the dependency through Composer by running:
Once the dependency is installed, run the following:
Next open your composer.json file and add the following section:
Note: If you already have a
scriptssection on yourcomposer.jsonfile, just merge the new scripts with the existing ones.
Usage
To use it, you can run one of the scripts added to your composer.json file:
License
PHP Code Standards is licenced under the BSD 3-Clause Licence. Please see the license file for more information.
All versions of php-code-standards with dependencies
composer-plugin-api Version ^2.1
larastan/larastan Version ^3.5
phpstan/phpstan Version ^2.1
phpstan/phpstan-mockery Version ^2.0
rector/rector Version ^2.0
symplify/easy-coding-standard Version ^12.4.3