PHPackages                             dogmatic69/phpunit - 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. dogmatic69/phpunit

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

dogmatic69/phpunit
==================

The PHP Unit Testing framework.

4.7.6(10y ago)036BSD-3-ClausePHPPHP &gt;=5.3.3

Since Sep 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dogmatic69/phpunit)[ Packagist](https://packagist.org/packages/dogmatic69/phpunit)[ Docs](https://phpunit.de/)[ RSS](/packages/dogmatic69-phpunit/feed)WikiDiscussions 3.7 Synced 1mo ago

READMEChangelogDependencies (13)Versions (120)Used By (0)

PHPUnit
=======

[](#phpunit)

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

[![Latest Stable Version](https://camo.githubusercontent.com/5b7b07bb51812f01540709389b187b1c3d347f9a9658181bc438259df001cdd4/68747470733a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f762f737461626c652e706e67)](https://packagist.org/packages/phpunit/phpunit)[![Build Status](https://camo.githubusercontent.com/9bde29fde1f0d332a7e9d525a92e254dc922f76e3a16d51410d078f50b3931ff/68747470733a2f2f7472617669732d63692e6f72672f73656261737469616e626572676d616e6e2f706870756e69742e706e673f6272616e63683d332e37)](https://travis-ci.org/sebastianbergmann/phpunit)[![Dependency Status](https://camo.githubusercontent.com/c061eb75cbb8db1902e2338520bc85236069b365720ecafa6b1836ba8ca7735f/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f706870756e69743a706870756e69742f332e372e32382f62616467652e706e67)](https://www.versioneye.com/php/phpunit:phpunit/3.7.28)

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

[](#installation)

We distribute a [PHP Archive (PHAR)](http://php.net/phar) that has all required (as well as some optional) dependencies of PHPUnit bundled in a single file:

```
wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
mv phpunit.phar /usr/local/bin/phpunit

```

You can also immediately use the PHAR after you have downloaded it, of course:

```
wget https://phar.phpunit.de/phpunit.phar
php phpunit.phar

```

Alternatively, you may use [Composer](http://getcomposer.org/) to download and install PHPUnit as well as its dependencies. Please refer to the [documentation](http://phpunit.de/documentation.html) for details on how to do this.

Contribute
----------

[](#contribute)

Please refer to [CONTRIBUTING.md](https://github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md) for information on how to contribute to PHPUnit and its related projects.

The development of PHPUnit is discussed on the [dev@phpunit.de](mailto:dev-subscribe@phpunit.de) mailing list as well as on the #phpunit channel on the Freenode IRC network.

List of Contributors
--------------------

[](#list-of-contributors)

Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This list shows only the major components:

- [PHPUnit](https://github.com/sebastianbergmann/phpunit/graphs/contributors)
- [PHP\_CodeCoverage](https://github.com/sebastianbergmann/php-code-coverage/graphs/contributors)
- [PHPUnit\_MockObject](https://github.com/sebastianbergmann/phpunit-mock-objects/graphs/contributors)

A very special thanks to everyone who has contributed to the documentation and helps maintaining the translations:

- [PHPUnit Documentation](https://github.com/sebastianbergmann/phpunit-documentation/graphs/contributors)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 89.7% 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 ~8 days

Recently: every ~2 days

Total

116

Last Release

3974d ago

Major Versions

3.7.34 → 4.0.142014-03-28

3.7.35 → 4.0.172014-04-21

3.7.36 → 4.0.182014-04-29

3.7.37 → 4.0.192014-04-30

3.7.38 → 4.3.42014-10-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/206f2efaac7910794808a675fcbd0c79be1ef794ada8a59a05f1c5de46774d1f?d=identicon)[dogmatic69](/maintainers/dogmatic69)

---

Top Contributors

[![sebastianbergmann](https://avatars.githubusercontent.com/u/25218?v=4)](https://github.com/sebastianbergmann "sebastianbergmann (3779 commits)")[![edorian](https://avatars.githubusercontent.com/u/247397?v=4)](https://github.com/edorian "edorian (201 commits)")[![whatthejeff](https://avatars.githubusercontent.com/u/306525?v=4)](https://github.com/whatthejeff "whatthejeff (82 commits)")[![mlively](https://avatars.githubusercontent.com/u/176150?v=4)](https://github.com/mlively "mlively (46 commits)")[![tobyS](https://avatars.githubusercontent.com/u/187140?v=4)](https://github.com/tobyS "tobyS (23 commits)")[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (10 commits)")[![iteman](https://avatars.githubusercontent.com/u/52985?v=4)](https://github.com/iteman "iteman (6 commits)")[![p](https://avatars.githubusercontent.com/u/125612?v=4)](https://github.com/p "p (5 commits)")[![dzuelke](https://avatars.githubusercontent.com/u/27900?v=4)](https://github.com/dzuelke "dzuelke (5 commits)")[![elblinkin](https://avatars.githubusercontent.com/u/431221?v=4)](https://github.com/elblinkin "elblinkin (4 commits)")[![pscheit](https://avatars.githubusercontent.com/u/488189?v=4)](https://github.com/pscheit "pscheit (4 commits)")[![lapistano](https://avatars.githubusercontent.com/u/95115?v=4)](https://github.com/lapistano "lapistano (4 commits)")[![benmatselby](https://avatars.githubusercontent.com/u/178634?v=4)](https://github.com/benmatselby "benmatselby (3 commits)")[![davidsickmiller](https://avatars.githubusercontent.com/u/172005?v=4)](https://github.com/davidsickmiller "davidsickmiller (3 commits)")[![giorgiosironi](https://avatars.githubusercontent.com/u/160299?v=4)](https://github.com/giorgiosironi "giorgiosironi (3 commits)")[![igorw](https://avatars.githubusercontent.com/u/88061?v=4)](https://github.com/igorw "igorw (3 commits)")[![jpic](https://avatars.githubusercontent.com/u/94636?v=4)](https://github.com/jpic "jpic (3 commits)")[![markstory](https://avatars.githubusercontent.com/u/24086?v=4)](https://github.com/markstory "markstory (3 commits)")[![matslindh](https://avatars.githubusercontent.com/u/101525?v=4)](https://github.com/matslindh "matslindh (3 commits)")[![ivan-mosiev-altexsoft](https://avatars.githubusercontent.com/u/768022?v=4)](https://github.com/ivan-mosiev-altexsoft "ivan-mosiev-altexsoft (2 commits)")

---

Tags

testingphpunitxunit

### Embed Badge

![Health badge](/badges/dogmatic69-phpunit/health.svg)

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

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.8k](/packages/phpunit-phpunit)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[phpunit/php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

8.9k892.4M1.5k](/packages/phpunit-php-code-coverage)

PHPackages © 2026

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