PHPackages                             leychan/cli-message - 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. leychan/cli-message

ActiveLibrary

leychan/cli-message
===================

print dot matrix message in console with php

0.1.3(5y ago)08PHP

Since May 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/leychan/cli-message)[ Packagist](https://packagist.org/packages/leychan/cli-message)[ RSS](/packages/leychan-cli-message/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

### 作用

[](#作用)

使用php在命令行输出点阵字

### 效果图

[](#效果图)

[![img.png](img.png)](img.png)

### 使用

[](#使用)

```
composer require leychan/cli-mesasge
```

`index.php`

```
require __DIR__ . '/vendor/autoload.php';

$message = '123';

$cli_message = new \cliMessage\CliMessage();
$cli_message->setMessage($message);
$cli_message->setPerLineFontQuantity(6);
$cli_message->run();
```

```
php index.php
```

### 备注

[](#备注)

务必使用等宽字体以及空心和实心字体的宽度请保持一致

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

1839d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fdc0dd0d5b475ee453c49cc5523849794989e3b81d2466d1916e7a90a0d885fe?d=identicon)[leychan](/maintainers/leychan)

---

Top Contributors

[![leychan](https://avatars.githubusercontent.com/u/26612846?v=4)](https://github.com/leychan "leychan (5 commits)")

### Embed Badge

![Health badge](/badges/leychan-cli-message/health.svg)

```
[![Health](https://phpackages.com/badges/leychan-cli-message/health.svg)](https://phpackages.com/packages/leychan-cli-message)
```

###  Alternatives

[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.4k84.1k1](/packages/getgrav-grav)[banago/phploy

PHPloy - Incremental Git (S)FTP deployment tool that supports submodules, multiple servers and rollbacks.

1.4k47.2k](/packages/banago-phploy)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[rskuipers/php-assumptions

Static code analysis tool to detect weak assumptions

164298.6k9](/packages/rskuipers-php-assumptions)[markstory/mini-asset

An asset compression library. Provides file concatenation and a flexible filter system for preprocessing and minification.

66741.1k3](/packages/markstory-mini-asset)[psecio/secure_dotenv

An encrypted environment configuration handler

11537.7k2](/packages/psecio-secure-dotenv)

PHPackages © 2026

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