PHPackages                             evolution7/qa-tools - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. evolution7/qa-tools

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

evolution7/qa-tools
===================

A collection of Code Quality tools for CI integration, and various git hooks

1.0.3(11y ago)71.9k12MITShell

Since Jul 17Pushed 11y ago9 watchersCompare

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

READMEChangelogDependencies (10)Versions (6)Used By (2)

Evolution 7 QA Tools
====================

[](#evolution-7-qa-tools)

This is a single repository for including all QA tools through Composer. If you install this as a `require-dev` requirement, you will have access to it on development and CI machines but don't need to install all the dependencies when deploying to your production environment.

Installation
------------

[](#installation)

As stated above, the preferred way is to install it in your require-dev using

```
composer require --dev "evolution7/qa-tools=1.*"
```

Included QA tools
-----------------

[](#included-qa-tools)

- [PHPUnit](http://phpunit.de/)
- [phpDocumentor](http://www.phpdoc.org/)
- [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
- [PHPMD](http://phpmd.org/)
- [PHPCD](https://github.com/sebastianbergmann/phpcpd)
- [PHPLOC](https://github.com/sebastianbergmann/phploc)
- [PHP Depend](http://pdepend.org/)
- [PHP\_CodeBrowser](https://github.com/Mayflower/PHP_CodeBrowser)

CI examples
-----------

[](#ci-examples)

In the ci-examples directory you will find usage examples for these tools in a Continuous Integration setup.

Git hooks
---------

[](#git-hooks)

Included in this repository is also a collection of git hooks for use with the [git-hooks tool](https://github.com/icefox/git-hooks). This tool allows you to easily share git hooks in projects, and organize them cleanly.

### Usage

[](#usage)

The easiest way to include these hooks is by first installing the [git-hooks tool](https://github.com/icefox/git-hooks) as discussed on its project page. To use the hooks in this repository you can then create a symlink from your project root `ln -s vendor/evolution7/qa-tools/git_hooks`, or create your own directory and copy/symlink only the hooks you wish to use.

### Hooks

[](#hooks)

The following hooks are present:

- post-merge/01-update-dependencies - Runs a git composer install command and git submodule update after a pull.
- post-merge/11-grunt-build - Updates npm/bower and runs grunt build after a pull. This checks if a Gruntfile actually exists before doing so.
- post-merge/21-build-symfony-model - Symfony1.x build classes after a pull.
- post-merge/91-clear-cache - Symfony1 clear cache after a pull.
- pre-commit/00-protect-master-staging - Prevent commits to master and staging branches.
- pre-commit/01-composer - Runs a git composer validate command before a commit.
- pre-commit/11-phplint - Runs a lint check before commit.

Contribute?
===========

[](#contribute)

Feel free to fork this repository for your own customisations, or to create pull requests for including your preferred QA tool, Git Hook, or even CI example.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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

Total

4

Last Release

4178d ago

### Community

Maintainers

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

---

Top Contributors

[![my2ter](https://avatars.githubusercontent.com/u/52558?v=4)](https://github.com/my2ter "my2ter (4 commits)")[![ryan0x44](https://avatars.githubusercontent.com/u/1902353?v=4)](https://github.com/ryan0x44 "ryan0x44 (2 commits)")[![ArjenSchwarz](https://avatars.githubusercontent.com/u/1787643?v=4)](https://github.com/ArjenSchwarz "ArjenSchwarz (1 commits)")

---

Tags

qualityqacontinuous integrationcigithooks

### Embed Badge

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

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

###  Alternatives

[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)
