daniel-melzer / php-qa-toolkit
A collection of PHP code QA tools.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- phpstan/phpstan: ^0.11
- phpstan/phpstan-phpunit: ^0.11
- phpstan/phpstan-webmozart-assert: ^0.11
- phpunit/phpunit: ^8.0
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.4
- vimeo/psalm: ^0.3.6
This package is auto-updated.
Last update: 2024-10-28 04:13:23 UTC
README
This meta packege provides some tools for testing and QA.
Provided packages
- PHPStan
Static code analyser - Psalm
Another static code analyser - PHPUnit
- Roave Security Advisories
Works like a firewall for your Composer dependencies - PHP_CodeSniffer
Check against coding standards.
Installation
Install via Composer:
$ composer require daniel-melzer/php-qa-toolkit:dev-master