PHPackages                             voronoi/drunken-bishop - 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. voronoi/drunken-bishop

ActiveLibrary

voronoi/drunken-bishop
======================

PHP package for generating SSH random art

0.0.1(6y ago)263MITPHPPHP &gt;=7.1.3

Since Jul 25Pushed 6y ago2 watchersCompare

[ Source](https://github.com/voronoi-team/drunken-bishop-php)[ Packagist](https://packagist.org/packages/voronoi/drunken-bishop)[ RSS](/packages/voronoi-drunken-bishop/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

An SSH Random Art generator based on [http://www.dirk-loss.de/sshvis/drunken\_bishop.pdf](http://www.dirk-loss.de/sshvis/drunken_bishop.pdf)

Installation
============

[](#installation)

`composer require voronoi/drunken-bishop`

Usage
=====

[](#usage)

```
// SSH public key fingerprint
$fingerprint = "ZvmUf+CE20cNCqZBMHaI+dAdELeY/i+p0wQJBfYoE8U";

$artGenerator = new Voronoi\DrunkenBishop\ArtGenerator();
$artwork = $artGenerator->paint($fingerprint);

print($artwork);
// +---[RSA 2048]----+
// |  .o+*B*=.       |
// |   oE+oB..       |
// |  o .++.o o   .  |
// |   o .+  = + . o |
// |      ..S + + . .|
// |       +.o * o   |
// |       o..o + o  |
// |      . +.   o   |
// |      .o ..      |
// +----[SHA256]-----+

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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

2480d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/137944565?v=4)[Jo Kitina](/maintainers/angrybear11)[@ANGRYBEAR11](https://github.com/ANGRYBEAR11)

---

Top Contributors

[![bakertim](https://avatars.githubusercontent.com/u/1699725?v=4)](https://github.com/bakertim "bakertim (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/voronoi-drunken-bishop/health.svg)

```
[![Health](https://phpackages.com/badges/voronoi-drunken-bishop/health.svg)](https://phpackages.com/packages/voronoi-drunken-bishop)
```

PHPackages © 2026

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