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

ActiveLibrary

fiolasoft/qa
============

Quality assurance for your PHP projects

v0.7.2(8y ago)064MITShellPHP &gt;=7.1

Since Nov 4Pushed 8y agoCompare

[ Source](https://github.com/FiolaSoft/qa)[ Packagist](https://packagist.org/packages/fiolasoft/qa)[ Docs](https://github.com/fiolasoft/qa)[ RSS](/packages/fiolasoft-qa/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (13)Used By (0)

Quality assurance (QA)
======================

[](#quality-assurance-qa)

Quality assurance (`binaries`) for your PHP projects

---

[![Build Status](https://camo.githubusercontent.com/31ad90fb11d480ccc7068351ad5ff179cc9db867cc8acfb3650989f2ba126d14/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f66696f6c61736f66742f71612e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/fiolasoft/qa)[![Downloads total](https://camo.githubusercontent.com/041e5f6a0ab3cd0f7fb94b204c88cfdb2dbc45c84be5de30a643ec812868ea64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66696f6c61736f66742f71612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fiolasoft/qa)[![Latest stable](https://camo.githubusercontent.com/af1abbae04a4832176f4d5cb008deb7215e95303751d93e26fca80da1e009bd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66696f6c61736f66742f71612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fiolasoft/qa)

Install
-------

[](#install)

```
composer require --dev fiolasoft/qa
```

Manual usage (bin)
------------------

[](#manual-usage-bin)

### CodeSniffer &amp; CodeFixer

[](#codesniffer--codefixer)

Default folders are: `src`, `app`, `tests`Default extensions are: `php`, `php3`, `php4`, `php5`, `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 run qa
composer run-script qa

```

### Composer

[](#composer)

```
{
  "scripts": {
    "qa": [
      "linter src tests",
      "codesniffer src tests"
    ],
    "tester": [
      "tester -s -p php --colors 1 -c tests/php-unix.ini tests/cases"
    ],
    "tester-coverage": [
      "tester -s -p php --colors 1 -c tests/php-unix.ini -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src tests/cases "
    ]
  }
}
```

---

Thanks for testing, reporting and contributing.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.4% 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 ~48 days

Recently: every ~79 days

Total

12

Last Release

2936d ago

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

0.5.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3417cb1fdc931351d3ade3c63bb450c10915a94878f51a765680b4dbde4b0eb7?d=identicon)[vojtechmares](/maintainers/vojtechmares)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (19 commits)")[![josefbenjac](https://avatars.githubusercontent.com/u/6731626?v=4)](https://github.com/josefbenjac "josefbenjac (1 commits)")[![vody105](https://avatars.githubusercontent.com/u/22433893?v=4)](https://github.com/vody105 "vody105 (1 commits)")[![vojtechmares](https://avatars.githubusercontent.com/u/7180610?v=4)](https://github.com/vojtechmares "vojtechmares (1 commits)")

---

Tags

nettephpphp-codesnifferphp-linterphp7quality-assurancephpnettequalitycodesnifferlinterassurance

### Embed Badge

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

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

###  Alternatives

[modul-is/orm

Lightweight hybrid ORM/Explorer

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

PHPackages © 2026

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