PHPackages                             the-alex-mark/figlet - 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. the-alex-mark/figlet

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

the-alex-mark/figlet
====================

Представление текста в виде рисунка ASCII

1.0(2y ago)05MITPHP

Since Feb 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/the-alex-mark/figlet)[ Packagist](https://packagist.org/packages/the-alex-mark/figlet)[ RSS](/packages/the-alex-mark-figlet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Figlet
======

[](#figlet)

Представление текста в виде рисунка **ASCII**.

Установка
---------

[](#установка)

```
composer require the-alex-mark/figlet
```

Использование
-------------

[](#использование)

```
$figlet = new Figlet();
$figlet

    // Указание иной директории хранения файлов для использования пользовательского набора шрифтов
    ->setStorage(__DIR__ . '/../assets/fonts')

    // Параметры отображения текста
    ->setFont('slant')
    ->setWidth(200)
    ->setSmushing(FigletContract::SM_BIGX)
    ->setHandleParagraphs(false)
    ->setJustification(FigletContract::JUSTIFICATION_LEFT)
    ->setBackward(false)
    ->setStretching(0)
    ->write('Hello World!');

// Вспомогательный метод
echo figlet('Hello World!', [ 'smushing' => FigletContract::SM_BIGX ]);
```

```
    __  __       __ __          _       __              __     __ __
   / / / /___   / // /____     | |     / /____   _____ / /____/ // /
  / /_/ // _ \ / // // __ \    | | /| / // __ \ / ___// // __  // /
 / __  //  __// // // /_/ /    | |/ |/ // /_/ // /   / // /_/ //_/
/_/ /_/ \___//_//_/ \____/     |__/|__/ \____//_/   /_/ \__,_/(_)

```

Дополнительная информация
-------------------------

[](#дополнительная-информация)

- [FIGlet](http://www.figlet.org)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

816d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8249a964695f15435e02cde636168f072a4c61fb9e019259c618d668d93a8021?d=identicon)[the-alex-mark](/maintainers/the-alex-mark)

---

Top Contributors

[![the-alex-mark](https://avatars.githubusercontent.com/u/49359773?v=4)](https://github.com/the-alex-mark "the-alex-mark (2 commits)")

---

Tags

figletasciifiglet

### Embed Badge

![Health badge](/badges/the-alex-mark-figlet/health.svg)

```
[![Health](https://phpackages.com/badges/the-alex-mark-figlet/health.svg)](https://phpackages.com/packages/the-alex-mark-figlet)
```

###  Alternatives

[voku/portable-ascii

Portable ASCII library - performance optimized (ascii) string functions for php.

574401.5M117](/packages/voku-portable-ascii)[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6737.4M59](/packages/jbroadway-urlify)[ausi/slug-generator

Slug Generator

8002.2M22](/packages/ausi-slug-generator)[povils/figlet

Figlet text generator - PHP

616.8k4](/packages/povils-figlet)[noximo/php-colored-ascii-linechart

Pretty line graphs in your console, html or images

1994.1k](/packages/noximo-php-colored-ascii-linechart)[malios/php-to-ascii-table

A PHP library to generate plain text tables.

30118.8k1](/packages/malios-php-to-ascii-table)

PHPackages © 2026

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