Build software better, together (original) (raw)

Code Quality Checker Tools For PHP Projects

A collection of code quality tools for PHP projects that you can use to analyze and fix your code in your local environments or in CI pipelines. The collection will not contain testing tools.

squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.

PHP-CS-Fixer / PHP-CS-Fixer

A tool to automatically fix PHP Coding Standards issues

psecio / parse

Parse: A Static Security Scanner

phan / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.

sebastianbergmann / phpcpd

Copy/Paste Detector (CPD) for PHP code.

sebastianbergmann / phploc

A tool for quickly measuring the size of a PHP project.

povils / phpmnd

PHP Magic Number Detector

phpmd / phpmd

PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream meas…

phpstan / phpstan

PHP Static Analysis Tool - discover bugs in your code without running it!

vimeo / psalm

A PHP static analysis tool for finding errors and security vulnerabilities in PHP applications

infection / infection

PHP Mutation Testing library