Libraries tagged by Php code quality tool
dealerdirect/qa-tools
3297 Downloads
Meta package for installing all PHP QA tools you'll ever need
php-spellcheck/spellcheck-core
150 Downloads
Framework-agnostic PHP spell checking engine for source code and translation files. Hunspell, Aspell, pspell or pure PHP backends, character-accurate positions, PSR-6 caching.
odan/docblock-checker
4317 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
bitban/php-code-quality-tools
16481 Downloads
PHP Code Quality Tools used in Bitban projects.
nowo-tech/php-quality-tools
2759 Downloads
Pre-configured quality tools for PHP projects (Rector, PHP-CS-Fixer, Twig-CS-Fixer). Symfony, Laravel, and framework-agnostic configurations with automatic framework detection.
timmit/php-docblock-checker
10118 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
ixnode/php-quality-suite
141 Downloads
PHP Quality Suite - A zero-config PHP quality toolbox combining Rector, PHPStan, and PHPMD. Run static analysis and automated refactorings with simple commands.
sci3ma/symfony-grumphp
6759 Downloads
Configured GrumPHP with bunch of tools for static code analysis Symfony Framework
php-spellcheck/spellcheck-symfony-bundle
15 Downloads
Spell check Symfony translations and PHP code in CI. Hunspell/Aspell backends, ICU aware, baseline for legacy projects.
doloto/big0nia
30 Downloads
A standalone static analysis tool for PHP and Symfony that automatically detects algorithmic-complexity (Big-O) issues, performance anti-patterns, and nested-loop bottlenecks.
bytic/phpqatools
1796 Downloads
Meta package for installing all PHP QA tools you'll ever need
bytic/phpqaconfig
1813 Downloads
Meta package for configuration files for PHP QA tools
sci3ma/sf4grumphp
462 Downloads
Configured GrumPHP with bunch of tools for static code analysis Symfony Framework
phpbcc/phpbcc
7821 Downloads
A tool that provides visibility on the authors of uncovered code.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.