lychee-org / phpstan-lychee
Set of rules for all Lychee related php repo
v2.0.2
2025-03-19 11:26 UTC
Requires
- friendsofphp/php-cs-fixer: ^3.72
- php-parallel-lint/php-parallel-lint: ^1.4
- phpstan/phpstan: ^2.1.8
- phpstan/phpstan-deprecation-rules: ^2.0.1
- phpstan/phpstan-strict-rules: ^2.0.3
- slam/phpstan-extensions: ^6.6
- squizlabs/php_codesniffer: ^3.11.3
- symplify/phpstan-rules: ^14.4.1
- thecodingmachine/phpstan-safe-rule: ^1.4
README
PHPStan focuses on finding bugs in your code. But in PHP there's a lot of leeway in how stuff can be written. This repository contains a set of rules that are applied on each LycheeOrg PHP repository.
This includes:
- phpstan/phpstan — obviously...
- phpstan/phpstan-deprecation-rules — avoiding any deprecation
- phpstan/phpstan-strict-rules — strict and opinionated rules
- thecodingmachine/phpstan-safe-rule — Ensure the use of
Safe
code - nunomaduro/larastan — stubs for Laravel
- slam/phpstan-extensions — No unused variables
- symplify/phpstan-rules — A lot of stricter rules with regard to coding standards.
Installation
To use this extension, require it in Composer:
composer require --dev lychee-org/phpstan-lychee