bytic/phpqatools

Meta package for installing all PHP QA tools you'll ever need

Installs: 987

Dependents: 94

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:composer-plugin

1.0.17 2022-12-14 22:04 UTC

This package is auto-updated.

Last update: 2024-03-15 00:36:44 UTC


README

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

Installation

To use this package, add it as as "dev" dependency with this command:

composer require bytic/phpqatools --dev

Or modify your composer.json as followed:

require-dev: {
  "bytic/phpqatools": "*"
}

Inspiration