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

ActiveLibrary

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

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

v2.0.0(11mo ago)03.9k12MITPHP &gt;=8.2.0

Since Dec 27Pushed 11mo 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 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)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/1d5f83818036cc3d31c37a1b288dcfbac9459d782184c8e3d0bd30960ca0a657/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e32253230253743253230382e33253230253743253230382e342d626c75653f6c6f676f3d7068702663616368655365636f6e64733d33363030)](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

38

—

LowBetter than 85% of packages

Maintenance50

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

354d 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 (10 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

[bear/qatools

PHP QA Tools

23115.5k6](/packages/bear-qatools)[youwe/testing-suite

Contains Youwe's default testing packages for php.

13176.9k8](/packages/youwe-testing-suite)[h4cc/phpqatools

A meta composer package for PHP QA Tools.

6418.6k1](/packages/h4cc-phpqatools)

PHPackages © 2026

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