A Composer plugin/"metapackage" to install and configure development tools. Currently includes:
- PHP Codesniffer
- Behat
- The Idiosyncratic Coding Standard
- PHP Parallel Lint
- PHPLOC
- PHPSpec
- PHPUnit
- PHPCPD
- PHPstan
Install with Composer:
composer require --dev idiosyncratic/devtools
On composer update
and composer install
, the plugin will create default configuration files for select tools if they do not exist. The following tools are currently supported:
- PHPStan
- PHPUnit
- PHP Codesniffer