bernardosecades/php-quality-tools
Collection of PHP quality and static analysis tools bundled for easier setup and consistent code standards across projects, including linters, formatters, and test/coverage helpers to streamline CI and improve code health.
bernardosecades/php-quality-tools) appears to provide static analysis tools (e.g., PHPStan, Psalm, PHPMD, PHP-CS-Fixer) for enforcing code quality in a Laravel/PHP project. This aligns well with modern Laravel ecosystems that prioritize maintainability, security, and developer experience.artisan commands)..env or config/ files for tooling settings (e.g., PHPStan’s level or paths).php artisan quality:check)?php-quality-tools as a reusable workflow step.phpstan.neon, .php-cs-fixer.dist.php).--dry-run or --fix flags.artisan quality:check).phpstan/phpstan:^1.10) to avoid surprises..php-cs-fixer.dist.php → package config.php-quality-tools commands to Artisan (e.g., php artisan quality:fix).push/PR (e.g., php artisan quality:check --fail-on-errors).php artisan quality:analyze before commits").How can I help you explore Laravel packages today?