PHPackages                             walf443/test\_tap - 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. walf443/test\_tap

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

walf443/test\_tap
=================

php port of perl's Test::More

v0.0.1(14y ago)5241MITPHPPHP &gt;=5.3.0

Since Mar 30Pushed 14y ago1 watchersCompare

[ Source](https://github.com/walf443/php-test-tap)[ Packagist](https://packagist.org/packages/walf443/test_tap)[ Docs](http://github.com/walf443/php-test_tap)[ RSS](/packages/walf443-test-tap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

```
TestTap - php port of perl's Test::More.

Example:
     you wrote test code.
         $t = new TestTAP();
         $t->ok(1==0, "failed test");
         $t->is(1, 0, "1 should be 0");
         $t->subtest("categorize test", function($t) {
             $t->ok(0==1, "It's subtest");
         });
         $t->done_testing();  # you should call at last.

     and you run
         $ php test.php

     If you want to customize more output, use perl's Test::Harnesse's prove command.

         $ prove -v --exec=php -r test/*.php

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

5163d ago

### Community

Maintainers

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

---

Top Contributors

[![walf443](https://avatars.githubusercontent.com/u/2655?v=4)](https://github.com/walf443 "walf443 (8 commits)")

---

Tags

test

### Embed Badge

![Health badge](/badges/walf443-test-tap/health.svg)

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

###  Alternatives

[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

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

This is the PHP port of Hamcrest Matchers

7.1k484.1M109](/packages/hamcrest-hamcrest-php)[nelmio/alice

Expressive fixtures generator

2.5k43.4M133](/packages/nelmio-alice)[zenstruck/foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.

78311.9M97](/packages/zenstruck-foundry)[php-mock/php-mock

PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.

36918.1M98](/packages/php-mock-php-mock)[brain/monkey

Mocking utility for PHP functions and WordPress plugin API

33412.5M350](/packages/brain-monkey)

PHPackages © 2026

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