Skip to content

php-parallel-lint/PHP-Code-Style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Code Style

Basic, PSR-12 based, coding standard for use by projects in the PHP Parallel Lint GitHub organisation.

Installation

Install this standard via Composer:

composer require --dev php-parallel-lint/php-code-style

Using the standard

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>

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published