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 3mo 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 today

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

37

—

LowBetter than 82% of packages

Maintenance57

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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

1611d 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)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M678](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M752](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)

PHPackages © 2026

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