wend / phpqatools
A meta composer package for PHP QA Tools.
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 4
Forks: 2
Open Issues: 0
Type:metapackage
Requires
- pdepend/pdepend: ~1.1
- phpdocumentor/phpdocumentor: ~2.4
- phploc/phploc: ~2.0
- phpmd/phpmd: ~1.5
- phpunit/phpunit: ~4.0
- sebastian/phpcpd: ~2.0
- squizlabs/php_codesniffer: ~1.5
Suggests
- mayflower/php-codebrowser: A code browser that augments the code with information from various QA tools.
- phing/phing: PHP project build system based on Apache Ant
- sensiolabs/security-checker: A security checker for your composer.lock
This package is not auto-updated.
Last update: 2024-11-09 16:42:45 UTC
README
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/