Download the PHP package wend/phpqatools without Composer
On this page you can find all versions of the php package wend/phpqatools. 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 phpqatools
PHP QA Tools
A meta package for composer of PHP QA Tools, to simplify the installation and configuration of necessary packages:
- PHPUnit
- PHPCodeSniffer
- PHPLOC
- PDepend
- PHPMD
- PHPCPD
- PHPDocumentor
PS.: We included latest versions of each item from http://jenkins-php.org/installation.html:
Installation
Installing Composer at global context
$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer
Installing all tools
For a system-wide installation via composer, you can run:
$ composer global require 'wend/phpqatools=*'
Make sure you have ~/.composer/vendor/bin/
in your path.
Testing if its ok:
$ phploc --version
Versioning
Its based on http://semver.org/
All versions of phpqatools with dependencies
PHP Build Version
Package Version
Requires
squizlabs/php_codesniffer Version
~1.5
phpunit/phpunit Version ~4.0
sebastian/phpcpd Version ~2.0
phpdocumentor/phpdocumentor Version ~2.4
pdepend/pdepend Version ~1.1
phpmd/phpmd Version ~1.5
phploc/phploc Version ~2.0
phpunit/phpunit Version ~4.0
sebastian/phpcpd Version ~2.0
phpdocumentor/phpdocumentor Version ~2.4
pdepend/pdepend Version ~1.1
phpmd/phpmd Version ~1.5
phploc/phploc Version ~2.0
The package wend/phpqatools contains the following files
Loading the files please wait ....