PHPackages                             jackbayliss/php-unit-art - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jackbayliss/php-unit-art

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jackbayliss/php-unit-art
========================

ascii art for phpunit, and maybe more!

0.1(1y ago)04MITPHP

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jackbayliss/phpunit-art)[ Packagist](https://packagist.org/packages/jackbayliss/php-unit-art)[ RSS](/packages/jackbayliss-php-unit-art/feed)WikiDiscussions main Synced 1mo ago

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

PHPUnit Art
===========

[](#phpunit-art)

This package adds the ability to show art at the end of the PHP Unit output

[![GitHub Tests Action Status](https://camo.githubusercontent.com/29829c6df47ae30abf9c001072eb9331490f379ebdf44abe97e8bc6b330189f2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a61636b6261796c6973732f7068702d756e69742d6172742f7068702e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jackbayliss/livewire-select2/actions?query=workflow%3Arun-tests+branch%3Amain)

[![image](https://private-user-images.githubusercontent.com/13621738/410225779-2c391cda-d0dd-4da1-bd44-4c73466a2cbd.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU0NDg1MTcsIm5iZiI6MTc3NTQ0ODIxNywicGF0aCI6Ii8xMzYyMTczOC80MTAyMjU3NzktMmMzOTFjZGEtZDBkZC00ZGExLWJkNDQtNGM3MzQ2NmEyY2JkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA2VDA0MDMzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0ZGQxMzBiNTc4N2Q1MTllM2E0OTIxN2QzZTFhZGUwNzlmMWJmMWJhYTgyNGEwYmU0NDliZGE5Y2YxNjJmYmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.c2FKvyPlobHwaJFsPehQN2qtUzf0OAA9B0fCcMWHoio)](https://private-user-images.githubusercontent.com/13621738/410225779-2c391cda-d0dd-4da1-bd44-4c73466a2cbd.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU0NDg1MTcsIm5iZiI6MTc3NTQ0ODIxNywicGF0aCI6Ii8xMzYyMTczOC80MTAyMjU3NzktMmMzOTFjZGEtZDBkZC00ZGExLWJkNDQtNGM3MzQ2NmEyY2JkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDA2VDA0MDMzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0ZGQxMzBiNTc4N2Q1MTllM2E0OTIxN2QzZTFhZGUwNzlmMWJmMWJhYTgyNGEwYmU0NDliZGE5Y2YxNjJmYmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.c2FKvyPlobHwaJFsPehQN2qtUzf0OAA9B0fCcMWHoio)

So how does it work?
====================

[](#so-how-does-it-work)

Pretty easily, all you need to do is install it via `composer require jackbayliss/php-unit-art` just add the following into your phpunit.xml.

```

```

How can I define more art?!
===========================

[](#how-can-i-define-more-art)

Well, for now you can just add a PR of whatever you want to add into the art folder, (the default is sebbyb) - but you can define what art you want to use via the parameter xml as long as its in the art folder. This means you can also keep your own art in that folder locally for your own project, if you didn't want to PR anything.

```

```

Well, what other art can I add?!
================================

[](#well-what-other-art-can-i-add)

Right now, it's limited to ASCII, or whatever we add into the art folder, but feel free to go wild. PR's are welcome.

Contributing
============

[](#contributing)

Please review the [contributing.md](https://github.com/jackbayliss/phpunit-art/blob/main/CONTRIBUTING.md) before creating a PR

[phpunit](https://github.com/sebastianbergmann/phpunit) is created by Sebastian (hence the default sebby art), you should check it out if you're not sure what it is!
All rights etc, to him.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance42

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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

465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79e2e2281e64b7800db09d468ce14156b604138636efd6f85c7b6b8d2f0994b7?d=identicon)[jackbayliss](/maintainers/jackbayliss)

---

Top Contributors

[![jackbayliss](https://avatars.githubusercontent.com/u/13621738?v=4)](https://github.com/jackbayliss "jackbayliss (20 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jackbayliss-php-unit-art/health.svg)

```
[![Health](https://phpackages.com/badges/jackbayliss-php-unit-art/health.svg)](https://phpackages.com/packages/jackbayliss-php-unit-art)
```

PHPackages © 2026

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