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

ActiveLibrary

ninjify/qa
==========

Quality assurance for your PHP projects

v0.13.0(4y ago)8454.8k↓10.2%4[1 issues](https://github.com/ninjify/qa/issues)20MITShellPHP &gt;=7.2

Since Nov 4Pushed 4y ago4 watchersCompare

[ Source](https://github.com/ninjify/qa)[ Packagist](https://packagist.org/packages/ninjify/qa)[ Docs](https://github.com/ninjify/qa)[ Fund](https://contributte.org/partners.html)[ GitHub Sponsors](https://github.com/f3l1x)[ RSS](/packages/ninjify-qa/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (20)Used By (20)

[![](https://camo.githubusercontent.com/20457c88a3194b0473859b4fbadc18d32e8922626b8cccb6675efc3a57507449/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f6e696e6a6966792f71612f)](https://camo.githubusercontent.com/20457c88a3194b0473859b4fbadc18d32e8922626b8cccb6675efc3a57507449/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f6e696e6a6966792f71612f)

 [![](https://camo.githubusercontent.com/64c40ceb2051ccd575d7301e0556a2420f3b2cb31d8d2d9da181810997185b4c/68747470733a2f2f62616467656e2e6e65742f6769746875622f636865636b732f6e696e6a6966792f71612f6d61737465723f63616368653d333030)](https://github.com/ninjify/qa/actions) [![](https://camo.githubusercontent.com/71aa016949aec4152c671730fd836bbb24696efe658e57484067da200e28ab1d/68747470733a2f2f62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f6e696e6a6966792f71613f63616368653d333030)](https://coveralls.io/r/ninjify/qa) [![](https://camo.githubusercontent.com/3993049596d2efba0c75606ac956ac3b0b3b3ed59107a999cc69c97ea8c85319/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f646d2f6e696e6a6966792f7161)](https://packagist.org/packages/ninjify/qa) [![](https://camo.githubusercontent.com/e3db97f6e880ff260e97c776c419297adf8990e918cd017be41fd8de0434851d/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6e696e6a6966792f7161)](https://packagist.org/packages/ninjify/qa)

 [![](https://camo.githubusercontent.com/1b9751b84546b9ea3d1fdf00f58e5fd50df3aa733487dfe2ab41fc504ea5cc41/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6e696e6a6966792f7161)](https://packagist.org/packages/ninjify/qa) [![](https://camo.githubusercontent.com/862a0afe63323ce7a812aede7ff73dcbe4d3e2a0b6792e63e89a7ece33b09abc/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f6e696e6a6966792f7161)](https://github.com/ninjify/qa) [![](https://camo.githubusercontent.com/a8b1cd856d7d396fdebbe46947cc3507490acc267a02361e5e53bb7b820c95c3/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e)](https://bit.ly/ctteg) [![](https://camo.githubusercontent.com/86d6416fc04f8bcc3daa7bf881526b9953b9726b1164d05c157c8713e3a73418/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77)](https://bit.ly/cttfo) [![](https://camo.githubusercontent.com/5d170ab94e6d594609561e16fe0f9e4293968fbd4dfcfafc5e11efc1415ef09c/68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534)](https://contributte.org/partners.html)

Website 🚀 [contributte.org](https://contributte.org) | Contact 👨🏻‍💻 [f3l1x.io](https://f3l1x.io) | Twitter 🐦 [@contributte](https://twitter.com/contributte)

Usage
-----

[](#usage)

To install latest version of `ninjify/qa` use [Composer](https://getcomposer.com).

```
composer require ninjify/qa

```

Versions
--------

[](#versions)

StateVersionBranchPHPdev`^0.14``master``>=7.2`stable`^0.13``master``>=7.2`Documentation
-------------

[](#documentation)

### CodeSniffer &amp; CodeFixer

[](#codesniffer--codefixer)

Default folders are: `src`, `app`, `tests`Default extensions are: `php`, `phtml`, `phpt`Default excluded folders are: `*/temp`, `*/tmp`

By default is used `ruleset.xml` in library/project root of your project. Otherwise, strict default one is used.

```
vendor/bin/codesniffer
vendor/bin/codesniffer
```

```
vendor/bin/codefixer
vendor/bin/codefixer
```

### Linter (PHP)

[](#linter-php)

Default folders are: `src`, `app`, `tests`

```
vendor/bin/linter
vendor/bin/linter
```

### Executing

[](#executing)

```
composer qa
composer qa
composer run qa
composer run-script qa

```

### Composer

[](#composer)

```
{
  "scripts": {
    "qa": [
      "linter src tests",
      "codesniffer src tests"
    ]
  }
}
```

Development
-----------

[](#development)

See [how to contribute](https://contributte.org) to this package. This package is currently maintained by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this package.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community33

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.8% 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 ~105 days

Recently: every ~139 days

Total

19

Last Release

1591d ago

PHP version history (3 changes)0.1PHP &gt;=5.6

0.5.0PHP &gt;=7.1

v0.12.1PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (39 commits)")[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (4 commits)")[![josefbenjac](https://avatars.githubusercontent.com/u/6731626?v=4)](https://github.com/josefbenjac "josefbenjac (1 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (1 commits)")[![vody105](https://avatars.githubusercontent.com/u/22433893?v=4)](https://github.com/vody105 "vody105 (1 commits)")

---

Tags

codesnifferninjifyphpquality-assurancephpnettequalitycodesnifferlinterassurance

### Embed Badge

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

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

###  Alternatives

[nunomaduro/phpinsights

Instant PHP quality checks from your console.

5.6k10.8M426](/packages/nunomaduro-phpinsights)[modul-is/orm

Lightweight hybrid ORM/Explorer

1118.1k](/packages/modul-is-orm)

PHPackages © 2026

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