2017 © Pedro Peláez
 

metapackage phpqatools

A meta composer package for PHP QA Tools.

image

travis-south/phpqatools

A meta composer package for PHP QA Tools.

  • Thursday, November 30, 2017
  • by travis-south
  • Repository
  • 1 Watchers
  • 0 Stars
  • 853 Installations
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 0 Open issues
  • 19 Versions
  • 12 % Grown

The README.md

Fork of h4cc/phpqatools

This is a composer meta package for installing PHP Quality Assurance Tools with only one dependency. Only stable packages are used, to keep the configuration easy and secure., (*1)

Included in this package are: - PHPUnit - PHP-Invoker - DbUnit - PHPLOC - PHPCPD - PHP_Depend - PHPMD - PHP_CodeSniffer - Fabien Potencier/PHP Coding Standards Fixer - Sensiolabs/Security-Checker - Behat - PHPStan - Phan, (*2)

Usage

The installed tools are available in vendor/bin/ and can be started like this:, (*3)

php vendor/bin/phpmd

Installation

To use this package, add it as as "dev" dependency with this command:, (*4)

composer require travis-south/phpqatools --dev

Or modify your composer.json as followed:, (*5)

require-dev: {
  "travis-south/phpqatools": "*"
}

More info about development dependencies: http://getcomposer.org/doc/04-schema.md#require-dev, (*6)

The Versions