PHPackages                             dr-strangetest/dr-strangetest - 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. dr-strangetest/dr-strangetest

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

dr-strangetest/dr-strangetest
=============================

A testing framework for PHP

0.1.0(4y ago)451ISCPHPPHP 5.3 - 8.1

Since Feb 10Pushed 2y ago2 watchersCompare

[ Source](https://github.com/gnarlyquack/dr-strangetest)[ Packagist](https://packagist.org/packages/dr-strangetest/dr-strangetest)[ Docs](https://github.com/gnarlyquack/dr-strangetest)[ RSS](/packages/dr-strangetest-dr-strangetest/feed)WikiDiscussions trunk Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Dr. Strangetest
===============

[](#dr-strangetest)

This is the source code for Dr. Strangetest, a testing framework for PHP.

Documentation
-------------

[](#documentation)

If you are looking to use Dr. Strangetest in your project, please refer to [the website](https://gnarlyquack.github.io/dr-strangetest-website/) for installation instructions and other documentation.

Installation for Development
----------------------------

[](#installation-for-development)

If you're interested in hacking on the source code, these steps will get you set up with a development environment.

Although Dr. Strangetest itself runs on PHP 5.3 and newer, the code base uses [PHPStan](https://phpstan.org/) for static analysis, so your version of PHP must be current enough for PHPStan.

1. Clone the source repository to your local computer:

    git clone
2. Use Composer to install development requirements:

    ```
    $ composer install

    ```
3. You'll probably want to start by running Dr. Strangetest's test suite and ensuring it passes. [(GNU) Make](https://www.gnu.org/software/make/) is used to automate this process:

    ```
    $ make

    ```

    The default target runs PHPStan on the code base:

    ```
    $ composer exec -- phpstan analyze

    ```

    and then runs Dr. Strangetest's self-test suite:

    ```
    $ ./bin/strangetest

    ```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.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

Unknown

Total

1

Last Release

1552d ago

### Community

Maintainers

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

---

Top Contributors

[![gnarlyquack](https://avatars.githubusercontent.com/u/412354?v=4)](https://github.com/gnarlyquack "gnarlyquack (349 commits)")[![ordago](https://avatars.githubusercontent.com/u/6376814?v=4)](https://github.com/ordago "ordago (1 commits)")

---

Tags

testing

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dr-strangetest-dr-strangetest/health.svg)

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

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.8k](/packages/phpunit-phpunit)[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)[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

10.7k497.0M23.6k](/packages/mockery-mockery)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[symfony/phpunit-bridge

Provides utilities for PHPUnit, especially user deprecation notices management

2.5k201.2M4.2k](/packages/symfony-phpunit-bridge)[brianium/paratest

Parallel testing for PHP

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

PHPackages © 2026

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