PHPackages                             remy-theroux/quality-checker - 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. [CLI &amp; Console](/categories/cli)
4. /
5. remy-theroux/quality-checker

AbandonedProject[CLI &amp; Console](/categories/cli)

remy-theroux/quality-checker
============================

Gonna check quality of your PHP project

0.4.0(10y ago)54.5kMITPHP

Since Nov 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/remy-theroux/quality-checker)[ Packagist](https://packagist.org/packages/remy-theroux/quality-checker)[ Docs](https://github.com/remy-theroux/quality-checker)[ RSS](/packages/remy-theroux-quality-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (16)Versions (10)Used By (0)

Quality checker [![Travis CI status](https://camo.githubusercontent.com/64b977cd27a9583cd1e4035be0f89353d8f954d2165be1de70e8b90443aaa4a8/68747470733a2f2f7472617669732d63692e6f72672f72656d792d746865726f75782f7175616c6974792d636865636b65722e7376673f6272616e63683d6d6173746572 "Travis CI status")](https://camo.githubusercontent.com/64b977cd27a9583cd1e4035be0f89353d8f954d2165be1de70e8b90443aaa4a8/68747470733a2f2f7472617669732d63692e6f72672f72656d792d746865726f75782f7175616c6974792d636865636b65722e7376673f6272616e63683d6d6173746572)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#quality-checker--)

A PHP command line quality tools. It lets you check your code quality with a single yaml file. Supported tools are :

- PHP code sniffer - [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer)
- PHP mess detector - [PHPMD](http://http://phpmd.org/)
- PHP unit - [PHPUNIT](https://phpunit.de/)
- PHP spec - [PHPSPEC](http://phpspec.readthedocs.org/en/latest/)
- ... many more are coming

Installing
----------

[](#installing)

```
$ composer require --dev remy-theroux/quality-checker
```

You must require each tool you want to use in your own project. Binaries will be executed from your vendor/bin directory.

Configuring
-----------

[](#configuring)

```
$ mv vendor/remy-theroux/quality-checker/.qualitychecker.yml.dist .qualitychecker.yml
```

Full configuration of tasks is available here

```
parameters:
  tasks: [phpcs, phpmd]

  # PHPCS configuration
  phpcs:
    # Could be PEAR, PHPCS, PSR1, PSR2, Squiz, Zend or a directory with a ruleset './vendor/iadvize/php-convention/phpcs/Iadvize'
    standard: PSR2
    paths: [./src]
    show_warnings: true
    tab_width: 2
    ignore_patterns: []
    sniffs: []
    timeout: 180

  # PHPMD configuration
  phpmd:
    paths: [./src/]
    format: text
    rulesets: [cleancode, codesize, controversial, design, naming, unusedcode]
    suffixes: [php]
    timeout: 180

  # PHPUNIT configuration, only use phpunit.xml configuration file
  phpunit:
    timeout: 180

  # PHPSPEC configuration, only use a yml configuration file, file name can be configured
  phpspec:
    config: ./path/to/config/phpspec.yml (default to .phpspec.yml)
    verbose: true
    quiet: true
    timeout: 180
```

Running
-------

[](#running)

Start all configured tasks, a status code 0 is returned if all tasks are successfull else -1 is returned. Quality checker is searching for .qualitychecker.yml at current location.

```
$ ./vendor/bin/qualitychecker
```

Contact
-------

[](#contact)

Feel free to contact us on github for improvment, bugs or simply to hug us.

TODO
----

[](#todo)

- Add logs during execution
- Add BEHAT support

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~22 days

Recently: every ~42 days

Total

9

Last Release

3660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc4c375e91865937440e830b758710a6c81e8ec6d81686fe0bcf7c4011293060?d=identicon)[theror](/maintainers/theror)

---

Top Contributors

[![remy-theroux](https://avatars.githubusercontent.com/u/1019049?v=4)](https://github.com/remy-theroux "remy-theroux (111 commits)")

---

Tags

phpcliconsolequality

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/remy-theroux-quality-checker/health.svg)

```
[![Health](https://phpackages.com/badges/remy-theroux-quality-checker/health.svg)](https://phpackages.com/packages/remy-theroux-quality-checker)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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