Skip to content

wendtecnologia/phpqatools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP QA Tools Latest Stable Version Build Status License

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/