PHPackages                             kuick/qa-toolkit - 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. kuick/qa-toolkit

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

kuick/qa-toolkit
================

Kuick QA toolkit. It is a meta-package with popular PHP testing tools

2.0.1(1mo ago)14.3k12MIT

Since Dec 27Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/milejko/kuick-qa-toolkit)[ Packagist](https://packagist.org/packages/kuick/qa-toolkit)[ RSS](/packages/kuick-qa-toolkit/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (9)Versions (6)Used By (12)

Kuick QA Toolkit
================

[](#kuick-qa-toolkit)

[![Latest Version](https://camo.githubusercontent.com/39f37df8b59eea96e731e90249fa16541d8e943c0605c3636a610e08dc1eb151/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d696c656a6b6f2f6b7569636b2d71612d746f6f6c6b69742e7376673f63616368655365636f6e64733d33363030)](https://github.com/milejko/kuick-qa-toolkit/releases)[![PHP](https://camo.githubusercontent.com/7c59f50e00fa6bebff0247436ad1c09ff990817afeb31897076642c21b4c95ac/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e32253230253743253230382e33253230253743253230382e34253743253230382e352d626c75653f6c6f676f3d7068702663616368655365636f6e64733d33363030)](https://www.php.net)[![Total Downloads](https://camo.githubusercontent.com/5ded1ab601272c8936c88ff8b79fd636527aacf0708dd76c2733529f64d52bf2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7569636b2f646f74656e762e7376673f63616368655365636f6e64733d33363030)](https://packagist.org/packages/kuick/qa-toolkit)[![Software License](https://camo.githubusercontent.com/e2f0982d826e942af97a6e879597c2301c2a8a97567d69e47148db858bbc5de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f63616368655365636f6e64733d3134343030)](LICENSE)

QA meta-package with popular PHP testing tools
==============================================

[](#qa-meta-package-with-popular-php-testing-tools)

1. Add this section to your composer.json file

```
"scripts": {
    "fix:phpcbf": "phpcbf --standard=PSR12 src tests",
    "test:phpstan": "XDEBUG_MODE=off phpstan --level=9 --no-progress --memory-limit=512M analyse src tests",
    "test:phpcs": "phpcs -n --standard=PSR12 ./src ./tests",
    "test:phpmd": "phpmd src text cleancode,codesize,controversial,design,naming,unusedcode",
    "test:phpunit": "XDEBUG_MODE=coverage phpunit",
    "test:all": [
        "@test:phpcs",
        "@test:phpstan",
        "@test:phpmd",
        "@test:phpunit"
    ]
}

```

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance90

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity42

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

Total

5

Last Release

52d ago

Major Versions

v1.0.4 → v2.0.02025-05-29

### Community

Maintainers

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

---

Top Contributors

[![milejko](https://avatars.githubusercontent.com/u/14335568?v=4)](https://github.com/milejko "milejko (11 commits)")

---

Tags

qaKuick

### Embed Badge

![Health badge](/badges/kuick-qa-toolkit/health.svg)

```
[![Health](https://phpackages.com/badges/kuick-qa-toolkit/health.svg)](https://phpackages.com/packages/kuick-qa-toolkit)
```

###  Alternatives

[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)[wp-cli/wp-cli-tests

WP-CLI testing framework

423.1M142](/packages/wp-cli-wp-cli-tests)[ec-europa/toolkit

Toolkit packaged for Drupal projects based on Robo.

40252.8k34](/packages/ec-europa-toolkit)[youwe/testing-suite

Contains Youwe's default testing packages for php.

13191.0k8](/packages/youwe-testing-suite)[bear/qatools

PHP QA Tools

22116.2k6](/packages/bear-qatools)

PHPackages © 2026

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