Download the PHP package pixline/wp-cli-php-devtools without Composer
On this page you can find all versions of the php package pixline/wp-cli-php-devtools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp-cli-php-devtools
wp-cli PHP developer tools 0.2.5
Useful commands/wrappers around common development and test utilities:
phpcpd
-- Find duplicate PHP code via PHP Copy/Paste Detectorphpcs
-- Detects violations of a defined set of coding standards via PHP Code Sniffer.phpdcd
-- Find dead/unused PHP code via PHP Dead Code Detectorphploc
-- Measure the size of a PHP project via PHP Lines of Codephpmd
-- Analyze source code for several potential problems via PHP Mess Detectorphpunit
-- Run PHPunit unit tests.
Also in the bundle a single command to run every command at once:
phpreport
-- Run phpcpd + phpcs + phpdcd + phploc + phpmd + phpunit over a single plugin/theme
Work in progress:
minify
-- Combines and minifies JavaScript and CSS files via YUI Compressor.phpdoc
-- Generate project documentation via phpDocumentor.phpcov
-- Measure and report code testing coverage via PHP_CodeCoverage.
System Requirements
- PHP >=5.4
- Composer
- wp-cli
Setup
- Install wp-cli
-
Install wp-cli-php-devtools:
- Add wp-cli bin/ folder to $PATH (important!!):
Changelog
0.2.5
wp-cli.yml
configuration support (all commands except phpunit)- Cleaner inline commands help
Previous releases
- 0.2.4 (29/11/2013)
__invoke
implementation - 0.2.3 (29/11/2013) First public release
Credits
Copyright (c) 2013+ Paolo Tresso / SWERgroup
Plugin released under the MIT License
All versions of wp-cli-php-devtools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
wp-cli/wp-cli Version >=0.12
phpunit/phpunit Version 3.7.*
phpunit/php-invoker Version >=1.1.0
pixline/php_codesniffer_wp_standard Version dev-master
phploc/phploc Version 2.0.*
sebastian/phpcpd Version 2.0.*
phpunit/phpcov Version 2.0.*@dev
sebastian/phpdcd Version 1.0.*@dev
phpmd/phpmd Version 1.5.*
wp-cli/wp-cli Version >=0.12
phpunit/phpunit Version 3.7.*
phpunit/php-invoker Version >=1.1.0
pixline/php_codesniffer_wp_standard Version dev-master
phploc/phploc Version 2.0.*
sebastian/phpcpd Version 2.0.*
phpunit/phpcov Version 2.0.*@dev
sebastian/phpdcd Version 1.0.*@dev
phpmd/phpmd Version 1.5.*
The package pixline/wp-cli-php-devtools contains the following files
Loading the files please wait ....