lintkit/php-coding-standards-config

There is no license information available for the latest version (2.1.0) of this package.
Maintainers

👁 mikestreety

Package info

github.com/lintkit/php-coding-standards-config

pkg:composer/lintkit/php-coding-standards-config

Statistics

Installs: 6 620

Dependents: 7

Suggesters: 0

Stars: 0

Open Issues: 0

2.1.0 2026-05-14 15:21 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 8e3aae81dbe0192f79eeb5d0374eaba3b0e7faef

  • Mike Street <mike.woop@liquidlight.co.uk>

This package is auto-updated.

Last update: 2026-06-16 14:24:56 UTC


README

Liquid Light base configuration for PHP

Usage

Install the dependency:

composer require --dev lintkit/php-coding-standards-config

Add the scripts:

"scripts": {
 "lint:php:cs-fixer:fix": "php-cs-fixer fix --config vendor/lintkit/php-coding-standards-config/.php-cs-fixer.php -v --diff",
 "lint:php:cs-fixer": "@lint:php:cs-fixer:fix --dry-run"
},

Add to .gitignore

.cache

TYPO3

If using LintKit with TYPO3, you can require .typo3.php-cs-fixer.php of .php-cs-fixer.php to exclude TYPO3-related directories