PHPackages                             zacharyrankin/just-test - 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. zacharyrankin/just-test

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

zacharyrankin/just-test
=======================

minimalistic tap-producing testing framework

v0.3(10y ago)2692MITPHP

Since Aug 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zacharyrankin/just-test)[ Packagist](https://packagist.org/packages/zacharyrankin/just-test)[ RSS](/packages/zacharyrankin-just-test/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (5)Used By (2)

just-test
=========

[](#just-test)

minimalistic tap-producing testing framework, inspired by substack/tape.

Usage
-----

[](#usage)

```
use just_test\Test;

Test::create(
    "how do you call your test",
    function (Test $test) {
        $test->pass("woot");
    }
);
```

TODO
----

[](#todo)

- More documentation
- I still do not like Test::create(), there must be a cleaner syntax
- Better tests :O

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

3986d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f837351fd30f87dbdef7b977bb18d85fb0de1016c11b80e3a76270e6f00cf72?d=identicon)[zacharyrankin](/maintainers/zacharyrankin)

---

Top Contributors

[![zacharymarshal](https://avatars.githubusercontent.com/u/321407?v=4)](https://github.com/zacharymarshal "zacharymarshal (6 commits)")

### Embed Badge

![Health badge](/badges/zacharyrankin-just-test/health.svg)

```
[![Health](https://phpackages.com/badges/zacharyrankin-just-test/health.svg)](https://phpackages.com/packages/zacharyrankin-just-test)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M361](/packages/dms-phpunit-arraysubset-asserts)

PHPackages © 2026

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