php-parallel-lint/php-code-style
Run style checks and enforce consistent PHP code formatting as part of your CI or local workflow. Includes an easy CLI setup for scanning projects, reporting violations, and keeping codebases clean and readable with minimal configuration.
Basic, PSR-12 based, coding standard for use by projects in the PHP Parallel Lint GitHub organisation.
Install this standard via Composer:
composer require --dev php-parallel-lint/php-code-style
Once installed for a project, use this standard via the command-line:
vendor/bin/phpcs . --standard=PHPParallelLint
Or use the standard in a project specific PHPCS ruleset:
<?xml version="1.0"?>
<ruleset name="Project Name">
<rule ref="PHPParallelLint"/>
</ruleset>
How can I help you explore Laravel packages today?