PHPackages                             in4s/utest - 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. in4s/utest

ActiveLibrary

in4s/utest
==========

PHP Unit Testing Class

1.9.0(5y ago)021[3 issues](https://github.com/in4s/utest/issues)MITPHPPHP &gt;=7.0.0

Since Sep 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/in4s/utest)[ Packagist](https://packagist.org/packages/in4s/utest)[ Docs](https://github.com/in4s/utest/)[ RSS](/packages/in4s-utest/feed)WikiDiscussions main Synced 1mo ago

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

UTest
=====

[](#utest)

PHP Unit Testing Class

v1.9.0

Using this class you can render unit tests results directly on a web page.

Getting started
---------------

[](#getting-started)

1. Install this library using composer.
2. Make your own tests files, by example taken from tests/UTestTest.php
3. Use this code to run tests and display results on page.

```
$UTest = new \in4s\UTest();

// You can
$UTest->renderStylesAndScripts();
// or use yours styles and scripts, just grab originals from src/styles.php and src/scripts.php

// Render test results of a particular class, just replace in4s\UTestTest to your test class name
in4s\UTestTest::run();
```

!!! Important note: You need JQuery attached to the webpage to use this version of the class.

The class code is documented by DocBlocks, so you can use it as documentation.

---

#### Complies with standards:

[](#complies-with-standards)

- RSR v0.90.1
- Semantic Versioning 2.0.0 ()

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

6

Last Release

2023d ago

### Community

Maintainers

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

---

Top Contributors

[![in4s](https://avatars.githubusercontent.com/u/28087198?v=4)](https://github.com/in4s "in4s (55 commits)")

---

Tags

phpunit testingTDD

### Embed Badge

![Health badge](/badges/in4s-utest/health.svg)

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

###  Alternatives

[codeception/codeception

All-in-one PHP Testing Framework

4.9k86.2M2.9k](/packages/codeception-codeception)[atoum/atoum

Simple modern and intuitive unit testing framework for PHP 8.0+

1.4k2.6M311](/packages/atoum-atoum)[letsdrink/ouzo-goodies

Utility classes, test assertions and mocking framework extracted from Ouzo framework.

132617.9k7](/packages/letsdrink-ouzo-goodies)[elliotchance/concise

Concise is test framework for using plain English and minimal code, built on PHPUnit.

45223.8k4](/packages/elliotchance-concise)[seec/phpunit-consecutive-params

Drop-in Trait to use removed ConsecutiveParams from PhpUnit

18672.5k6](/packages/seec-phpunit-consecutive-params)[ttn/tea

TYPO3 example extension for unit testing and best practices

9121.5k](/packages/ttn-tea)

PHPackages © 2026

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