php-parallel-lint / php-code-style
PHP_CodeSniffer rules for projects in the PHP Parallel Lint organisation
Installs: 11 213
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 2
Type:phpcodesniffer-standard
pkg:composer/php-parallel-lint/php-code-style
Requires
Replaces
- dev-master
- v2.0.1
- v2.0
- 1.0
- dev-feature/use-phpcompat-10
- dev-feature/dependabot-every-two-weeks
- dev-feature/ghactions-do-not-persist-credentials
- dev-dependabot/github_actions/action-runners-2507bcfa80
- dev-dependabot/github_actions/action-runners-73dc52d6a4
- dev-dependabot/github_actions/actions/checkout-6.0.0
This package is auto-updated.
Last update: 2025-12-08 19:07:19 UTC
README
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>