PHPackages                             frolikov/cligraph - 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. frolikov/cligraph

ActiveLibrary

frolikov/cligraph
=================

draw graphic elements in terminal

1.3(6y ago)07MITPHP

Since Jul 16Pushed 6y agoCompare

[ Source](https://github.com/ifrolikov/cligraph)[ Packagist](https://packagist.org/packages/frolikov/cligraph)[ RSS](/packages/frolikov-cligraph/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

cligraph
========

[](#cligraph)

usage:

```
$maxBarLength = 50;
$drawer = new \CliGraph\Drawer($maxBarLength);
$percents = 33;

print PHP_EOL;
print "{$percents} percents or {$maxBarLength} symbols: \n";
print $drawer->getBar($percents) . PHP_EOL;
print PHP_EOL;
```

result:

```

33 percents or 50 symbols:
▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

4

Last Release

2469d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37dbeb5fe33c5d7b4914d9a3d9a327effa6e00b299d37b59cc6298283309ae27?d=identicon)[ifrolikov](/maintainers/ifrolikov)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/frolikov-cligraph/health.svg)

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

PHPackages © 2026

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