Download the PHP package bear/qatools without Composer
On this page you can find all versions of the php package bear/qatools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package qatools
bear/qatools
Collection of commonly used php QA tools.
Included in this package are:
- phpunit/phpunit The PHP Unit Testing framework.
- phploc/phploc A tool for quickly measuring the size of a PHP project.
- 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.
- squizlabs/php_codesniffer PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
- sebastian/phpcpd Copy/Paste Detector (CPD) for PHP code.
- sensiolabs/security-checker PHP frontend for security.symfony.com.
- phpstan/phpstan A PHP Static Analysis Tool.
- vimeo/psalm A static analysis tool for PHP.
- phpmetrics/phpmetrics Static analysis tool for PHP.
Installation
Global install
composer global require bear/qatools
Local install
composer require --dev bear/qatools
QA Configs
cp vendor/bear/qatools/phpunit.xml.dist phpunit.xml
cp vendor/bear/qatools/phpcs.xml .
cp vendor/bear/qatools/phpmd.xml .
cp vendor/bear/qatools/phpstan.neon .
psalm --init
CI Configs
cp vendor/bear/qatools/.travis.yml .
cp vendor/bear/qatools/.scrutinizer.yml .
Usage
Test and CS
phpunit
phpunit
phpcs
phpcs --standard=./phpcs.xml src
phpcs --standard=./phpcs.xml --warning-severity=false src
phpcs --standard=vendor/bear/qatools/phpcs.xml --warning-severity=false src
Code Quality
phpstan
phpstan analyse
psalm
psalm
phploc
phploc src
phpcpd
phpcpd src
phpmetrics
phpmetrics --report-html=build/metrics/ --extensions=php src,composer.json,composer.lock --junit=build/logs/junit.xml
All versions of qatools with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
doctrine/coding-standard Version ^9 || ^10.0 || ^11.0 || ^12.0
friendsofphp/php-cs-fixer Version ^3.4
phploc/phploc Version ^7.0
phpmd/phpmd Version ^2.11
phpmetrics/phpmetrics Version ^2.7
phpstan/phpstan Version ^1.3
phpunit/phpunit Version ^9.6 || ^10.5 || ^11.3
psalm/plugin-phpunit Version ^0.16 || ^0.19
squizlabs/php_codesniffer Version ^3.5
vimeo/psalm Version ^4.2 || ^5.25
doctrine/coding-standard Version ^9 || ^10.0 || ^11.0 || ^12.0
friendsofphp/php-cs-fixer Version ^3.4
phploc/phploc Version ^7.0
phpmd/phpmd Version ^2.11
phpmetrics/phpmetrics Version ^2.7
phpstan/phpstan Version ^1.3
phpunit/phpunit Version ^9.6 || ^10.5 || ^11.3
psalm/plugin-phpunit Version ^0.16 || ^0.19
squizlabs/php_codesniffer Version ^3.5
vimeo/psalm Version ^4.2 || ^5.25
The package bear/qatools contains the following files
Loading the files please wait ....