lychee-org/phpstan-lychee

Set of rules for all Lychee related php repo

Installs: 551

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 1

Open Issues: 0

pkg:composer/lychee-org/phpstan-lychee

v2.0.2 2025-03-19 11:26 UTC

This package is auto-updated.

Last update: 2025-09-19 12:38:59 UTC


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