PHPackages                             barthy-koeln/beautify-specify - 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. barthy-koeln/beautify-specify

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

barthy-koeln/beautify-specify
=============================

A simple wrapper to add some color and information to the phpunit/specify console output.

1.0.2(4y ago)3127[1 PRs](https://github.com/barthy-koeln/beautify-specify/pulls)2MITPHPCI passing

Since Oct 15Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/barthy-koeln/beautify-specify)[ Packagist](https://packagist.org/packages/barthy-koeln/beautify-specify)[ GitHub Sponsors](https://github.com/barthy-koeln)[ RSS](/packages/barthy-koeln-beautify-specify/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (5)Used By (2)

beautify-specify
================

[](#beautify-specify)

A simple wrapper to add some color and information to the phpunit/specify **terminal** output.

Note: This is kiiind of hackaround. But it works.

Output
------

[](#output)

[![Image of BeautifySpecify Output](./BeautifySpecify.png)](./BeautifySpecify.png)

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

[](#installation)

```
composer require --dev barthy-koeln/beautify-specify
```

Usage
-----

[](#usage)

Add the following to your `phpunit.xml`:

```

```

Please note that currently the only task of this result printer is not printing any progress or failures. The output is handled entirely in the Specify wrapper.

For each test case, replace any `Specify` trait with the trait provided by this library. Then, use the Specify framework as always and as [described in the documentation](https://github.com/Codeception/Specify).

Example:
--------

[](#example)

```
use BarthyKoeln\BeautifySpecify\Specify;
use PHPUnit\Framework\TestCase;

class SomeClassTest extends TestCase
{
    use Specify;

    public function testValidation()
    {
        $this->describe(
            'SomeClass',
            function () {
                $this->it(
                    'has the correct default values',
                    function () {
                        $this->assertEquals([3.14159,  2.71828], $this->someClass->getValues());
                    }
                );

                // […]

            }
        );
    }
}
```

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance46

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

1711d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aee9ca164cbefb8114117b2111710d7e0d0d0b58e60588db57fcc05193b19ba4?d=identicon)[barthy.koeln](/maintainers/barthy.koeln)

---

Top Contributors

[![barthy-koeln](https://avatars.githubusercontent.com/u/10552683?v=4)](https://github.com/barthy-koeln "barthy-koeln (15 commits)")

---

Tags

beautifiercodeceptioncodeception-testsphpunit

### Embed Badge

![Health badge](/badges/barthy-koeln-beautify-specify/health.svg)

```
[![Health](https://phpackages.com/badges/barthy-koeln-beautify-specify/health.svg)](https://phpackages.com/packages/barthy-koeln-beautify-specify)
```

PHPackages © 2026

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