PHPackages                             webysther/composer-meta-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. [Testing &amp; Quality](/categories/testing)
4. /
5. webysther/composer-meta-qa

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

webysther/composer-meta-qa
==========================

Metapackage for PHP QA Tools.

1.0.4(9y ago)27.6k3MIT

Since Jul 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Webysther/composer-meta-qa)[ Packagist](https://packagist.org/packages/webysther/composer-meta-qa)[ RSS](/packages/webysther-composer-meta-qa/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (14)Versions (6)Used By (3)

NOT MAINTANED ANYMORE
=====================

[](#not-maintaned-anymore)

The development of `composer-plugin-qa` was dropped in favor of [phpqa](https://github.com/jakzal/phpqa) which is actively maintained. The project use docker and can less tightly coupled solution. :)

PHP Quality Assurance Tools
---------------------------

[](#php-quality-assurance-tools)

[![Travis](https://camo.githubusercontent.com/b2d5937546b02026be98be6a368f0f01bc8b73fa6b314b9564a51c99a0f0782d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5765627973746865722f636f6d706f7365722d6d6574612d71612e7376673f7374796c653d666c61742d737175617265266d61784167653d33363030)](https://travis-ci.org/Webysther/composer-meta-qa)[![Travis](https://camo.githubusercontent.com/bef87c9c77764cae06c7df1e96a1b4e9082a2593b730a0e83d28235618c69967/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4848564d2d7465737465642d6f72616e67652e7376673f7374796c653d666c61742d737175617265266d61784167653d33363030)](https://travis-ci.org/Webysther/composer-meta-qa)[![Minimum PHP Version](https://camo.githubusercontent.com/5cdf6e4d5d3070814ceac9f0b9e28442a54d7ae57e13858a5629bc7b6bb13182/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e332d3838393242462e7376673f7374796c653d666c61742d737175617265266d61784167653d33363030)](https://php.net/)[![Packagist](https://camo.githubusercontent.com/a0b5d152482810360bfbd53f495d8f35910c2d15a8a2996f8a08673a263d6673/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7765627973746865722f636f6d706f7365722d6d6574612d71612e7376673f7374796c653d666c61742d737175617265266d61784167653d33363030)](https://packagist.org/packages/webysther/composer-meta-qa)[![GitHub license](https://camo.githubusercontent.com/6fe876f5d99949d8822e017f04e250f01db39b59ff312643db2ce48deaf449e3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265266d61784167653d33363030)](https://raw.githubusercontent.com/Webysther/composer-meta-qa/master/LICENSE)

This is a composer meta package for installing PHP Quality Assurance Tools with only one dependency, based on [h4cc/phpqatools](https://github.com/h4cc/phpqatools).

Included in this package (based on [phpqatools](http://phpqatools.org/)) are:

- [PHPUnit](https://github.com/sebastianbergmann/phpunit): Testing Framework
- [PHPCOV](https://github.com/sebastianbergmann/phpcov): CLI frontend for the [PHP\_CodeCoverage](https://github.com/sebastianbergmann/php-code-coverage)
- [Paratest](https://github.com/brianium/paratest): Parallel testing for PHPUnit
- [DbUnit](https://github.com/sebastianbergmann/dbunit): Puts your database into a known state between test runs
- [PHPLOC](https://github.com/sebastianbergmann/phploc): A tool for quickly measuring the size of a PHP project
- [PHPCPD](https://github.com/sebastianbergmann/phpcpd): Copy/Paste Detector
- [PHP\_Depend](https://github.com/pdepend/pdepend): Quality of your design in the terms of extensibility, reusability and maintainability
- [PHPMD](https://github.com/phpmd/phpmd): User friendly frontend application for the raw metrics stream measured by PHP Depend
- [PhpMetrics](https://github.com/phpmetrics/PhpMetrics): Static analysis tool, gives metrics about PHP project and classes
- [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer): Detects violations of a defined set of coding standards

Plus:

- [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer): A tool to automatically fix coding standards issues
- [Security-Checker](https://github.com/sensiolabs/security-checker): Checks if your application uses dependencies with known security vulnerabilities
- [Behat](https://github.com/Behat/Behat): BDD (Behavior Driven Development) framework
- [Mockery](https://github.com/padraic/mockery): Simple yet flexible PHP mock object framework
- [Faker](https://github.com/fzaninotto/Faker): Generates fake data for you

Suggest install:

- [Prestissimo](https://github.com/hirak/prestissimo): Composer parallel install plugin

Usage
=====

[](#usage)

The installed tools are available in vendor/bin/ and can be started like this:

```
php vendor/bin/phpmd
```

Installation
============

[](#installation)

To use this package, add it as as "dev" dependency with this command:

```
composer require webysther/composer-meta-qa --dev
```

Or modify your composer.json as followed:

```
require-dev: {
  "webysther/composer-meta-qa": "@stable"
}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

3493d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a508e4c846549c2b55bf4f5ceb2d762ce6365c5ada4f94d21921e19b8b4af89?d=identicon)[Webysther](/maintainers/Webysther)

---

Top Contributors

[![webysther](https://avatars.githubusercontent.com/u/750007?v=4)](https://github.com/webysther "webysther (27 commits)")

---

Tags

composer-metametapackagepackagephpphp-quality-assurancephpqatoolsqaphptestsecurityqualityqatools

### Embed Badge

![Health badge](/badges/webysther-composer-meta-qa/health.svg)

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

###  Alternatives

[h4cc/phpqatools

A meta composer package for PHP QA Tools.

6118.6k1](/packages/h4cc-phpqatools)[php-code-archeology/php-code-archeology

Static analyzer for PHP project archeology. Calculates various metrics for your codebase.

812.8k](/packages/php-code-archeology-php-code-archeology)[bear/qatools

PHP QA Tools

22116.0k6](/packages/bear-qatools)

PHPackages © 2026

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