previousnext / phing-phpqatools
A library of PHP(CS/MD/LOC) targets for Phing.
Installs: 5 172
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- drupal/coder: dev-7.x-2.x
- phploc/phploc: 2.0.0-BETA1
- phpmd/phpmd: 1.5.0
- sebastian/phpcpd: *
- squizlabs/php_codesniffer: 1.4.6
This package is not auto-updated.
Last update: 2021-02-05 22:11:27 UTC
README
Overview
A library of PHP(CS/MD/LOC) targets for Phing.
Installation
This project can be checked out with Composer.
require: "previousnext/phing-phpqatools": "*"
If you are already running a Phing build in an existing project why not include these tasks as well with the following line in your build.xml:
<import file="vendor/previousnext/phing-php/build.xml" optional="true" />
Usage
To get a list of tasks.
phing -l