PHPackages                             pixline/wp-cli-php-devtools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. pixline/wp-cli-php-devtools

AbandonedArchivedCommand[Testing &amp; Quality](/categories/testing)

pixline/wp-cli-php-devtools
===========================

Wrapper around common development utilities

0.2.5(12y ago)5146[6 issues](https://github.com/pixline/wp-cli-php-devtools/issues)MITPHPPHP &gt;=5.4

Since Nov 28Pushed 9y agoCompare

[ Source](https://github.com/pixline/wp-cli-php-devtools)[ Packagist](https://packagist.org/packages/pixline/wp-cli-php-devtools)[ Docs](https://github.com/pixline/wp-cli-php-devtools)[ RSS](/packages/pixline-wp-cli-php-devtools/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (9)Versions (7)Used By (0)

wp-cli PHP developer tools 0.2.5
================================

[](#wp-cli-php-developer-tools-025)

[![Build Status](https://camo.githubusercontent.com/54dbf29a1ad69b84a9fdd5b4dc49a9ccada5d058016cbcd3041d9fb75708d0ec/68747470733a2f2f7472617669732d63692e6f72672f7069786c696e652f77702d636c692d7068702d646576746f6f6c732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pixline/wp-cli-php-devtools) [![Support](https://camo.githubusercontent.com/29c993996b0d51623c6d06512cdf4ad3757913db949137bb12aec932a72ba5dc/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f69745f49542f49542f692f62746e2f62746e5f646f6e6174655f534d2e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CX6VQ6FVJFN4L)

Useful commands/wrappers around common development and test utilities:

- `phpcpd` -- Find duplicate PHP code via [PHP Copy/Paste Detector](https://github.com/sebastianbergmann/phpcpd)
- `phpcs` -- Detects violations of a defined set of coding standards via [PHP Code Sniffer](https://github.com/squizlabs/php_codesniffer).
- `phpdcd` -- Find dead/unused PHP code via [PHP Dead Code Detector](https://github.com/sebastianbergmann/phpdcd)
- `phploc` -- Measure the size of a PHP project via [PHP Lines of Code](https://github.com/sebastianbergmann/phploc)
- `phpmd` -- Analyze source code for several potential problems via [PHP Mess Detector](https://github.com/phpmd/phpmd)
- `phpunit` -- Run [PHPunit](https://github.com/sebastianbergmann/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
-------------------

[](#system-requirements)

- PHP &gt;=5.4
- Composer
- wp-cli

Setup
-----

[](#setup)

- Install [wp-cli](https://wp-cli.org)
- Install wp-cli-php-devtools:

```
cd /path/to/wp-cli/
composer config repositories.wp-cli composer http://wp-cli.org/package-index/
composer require pixline/wp-cli-php-devtools=0.2.5

```

- Add wp-cli bin/ folder to $PATH (important!!):

```
echo 'PATH="/path/to/wp-cli/bin/:$PATH" >> .bash_profile

```

Changelog
---------

[](#changelog)

### 0.2.5

[](#025)

- `wp-cli.yml` configuration support (all commands except phpunit)
- Cleaner inline commands help

### Previous releases

[](#previous-releases)

- 0.2.4 (29/11/2013) `__invoke` implementation
- 0.2.3 (29/11/2013) First public release

Credits
-------

[](#credits)

Copyright (c) 2013+ Paolo Tresso / [SWERgroup](http://swergroup.com)

Plugin released under the [MIT License](http://opensource.org/licenses/MIT)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

4548d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68fb22337b4668964ff8c3f97aa653a3bc97afa763779dbbaa546e4387184a9d?d=identicon)[pixline](/maintainers/pixline)

---

Top Contributors

[![pixline](https://avatars.githubusercontent.com/u/242167?v=4)](https://github.com/pixline "pixline (22 commits)")

---

Tags

phpcsphpunitphpmddevelopmentwp-cliphpcpdphplocphpdcdphpreport

### Embed Badge

![Health badge](/badges/pixline-wp-cli-php-devtools/health.svg)

```
[![Health](https://phpackages.com/badges/pixline-wp-cli-php-devtools/health.svg)](https://phpackages.com/packages/pixline-wp-cli-php-devtools)
```

###  Alternatives

[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[ergebnis/phpunit-slow-test-detector

Provides facilities for detecting slow tests in phpunit/phpunit.

1468.1M72](/packages/ergebnis-phpunit-slow-test-detector)[jbzoo/ci-report-converter

The tool converts different error reporting standards for deep integration with popular CI systems (TeamCity, IntelliJ IDEA, GitHub Actions, etc)

30784.4k2](/packages/jbzoo-ci-report-converter)[sci3ma/symfony-grumphp

Configured GrumPHP with bunch of tools for static code analysis Symfony Framework

196.7k](/packages/sci3ma-symfony-grumphp)[robiningelbrecht/phpunit-pretty-print

Prettify PHPUnit output

76460.0k15](/packages/robiningelbrecht-phpunit-pretty-print)[juampi92/test-seo

Easy way to test your SEO

26341.0k](/packages/juampi92-test-seo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
