2017 © Pedro Peláez
 

metapackage phpqatools

A meta composer package for PHP QA Tools.

image

wend/phpqatools

A meta composer package for PHP QA Tools.

  • Wednesday, July 8, 2015
  • by walkeralencar
  • Repository
  • 3 Watchers
  • 20 Stars
  • 68 Installations
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

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:, (*1)

  • PHPUnit
  • PHPCodeSniffer
  • PHPLOC
  • PDepend
  • PHPMD
  • PHPCPD
  • PHPDocumentor

PS.: We included latest versions of each item from http://jenkins-php.org/installation.html:, (*2)

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:, (*3)

$ composer global require 'wend/phpqatools=*'

Make sure you have ~/.composer/vendor/bin/ in your path., (*4)

Testing if its ok:, (*5)

$ phploc --version

Versioning

Its based on http://semver.org/, (*6)

The Versions