PHPackages                             rodrigorm/phpqa-make - 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. rodrigorm/phpqa-make

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

rodrigorm/phpqa-make
====================

Makefile for PHP QA Tools

0.0.5(9y ago)3372GPL-3.0+Makefile

Since May 8Pushed 9y ago1 watchersCompare

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

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

PHPQA MAkefile
==============

[](#phpqa-makefile)

This repository contains a Makefile wich support several tools from

Its a alternative for the build.xml file, and provides a much faster running using Makefile parallel jobs.

Install
=======

[](#install)

```
$ composer require rodrigorm/phpqa-make
```

Usage
=====

[](#usage)

You can use directly from command line:

```
$ make -f vendor/rodrigorm/phpqa-make/Makefile phpqa-build
```

Or using include from your Makefile, if you want for example setup some variables:

```
SRCDIR = lib
BIN = bin

include vendor/rodrigorm/phpqa-make/Makefile
```

Recipes
=======

[](#recipes)

Lint
----

[](#lint)

Perform syntax check of sourcecode files

```
$ make phpqa-lint
```

PHPLOC
------

[](#phploc)

Measure project size using PHPLOC

```
$ make phpqa-phploc
```

PDepend
-------

[](#pdepend)

Calculate software metrics using PHP\_Depend

```
$ make phpqa-pdepend
```

PHPMD
-----

[](#phpmd)

Perform project mess detection using PHPMD creating a log file for the continuous integration server

```
$ make phpqa-phpmd
```

PHPCS
-----

[](#phpcs)

Find coding standard violations using PHP\_CodeSniffer and print human readable output. Intended for usage on the command line before committing.

```
$ make phpqa-phpcs
```

Find coding standard violations using PHP\_CodeSniffer creating a log file for the continuous integration server

```
$ make phpqa-phpcs-ci
```

PHPCPD
------

[](#phpcpd)

Find duplicate code using PHPCPD

```
$ make phpqa-phpcpd
```

PHPUnit
-------

[](#phpunit)

Run unit tests with PHPUnit

```
$ make phpqa-phpunit
```

Run unit tests with PHPUnit and generate coverage

```
$ make phpqa-phpunit-ci
```

License
-------

[](#license)

Copyright (C) 2014 Rodrigo Moyle

This program is free software: you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the Lesser GNU General Public License along with this program. If not, see .

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

3458d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dd87e26645ce24c280d8a3bc36c3b8c21c368d7540eac0ca581d3c3b586c95a?d=identicon)[rodrigorm](/maintainers/rodrigorm)

---

Top Contributors

[![rodrigorm](https://avatars.githubusercontent.com/u/23070?v=4)](https://github.com/rodrigorm "rodrigorm (19 commits)")

---

Tags

toolmakephpqa

### Embed Badge

![Health badge](/badges/rodrigorm-phpqa-make/health.svg)

```
[![Health](https://phpackages.com/badges/rodrigorm-phpqa-make/health.svg)](https://phpackages.com/packages/rodrigorm-phpqa-make)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k21.7M876](/packages/phing-phing)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[pdepend/pdepend

Official version of pdepend to be handled with Composer

954110.9M815](/packages/pdepend-pdepend)

PHPackages © 2026

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