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
scripts
section on yourcomposer.json
file, 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 ^2.9
phpstan/phpstan Version ^1.10
phpstan/phpstan-mockery Version ^1.1
rector/rector Version ^1.0
symplify/easy-coding-standard Version ^12.0