PHPackages                             austriannoah/asciigenerator - 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. austriannoah/asciigenerator

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

austriannoah/asciigenerator
===========================

ASCII Generator made by EyNoah

06PHP

Since May 28Pushed 1y agoCompare

[ Source](https://github.com/InvalidOrga/asciigenerator)[ Packagist](https://packagist.org/packages/austriannoah/asciigenerator)[ RSS](/packages/austriannoah-asciigenerator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ASCII Generator
===============

[](#ascii-generator)

Installing
----------

[](#installing)

```
composer require austriannoah/asciigenerator
```

or just adding this into your `composer.json` file:

```
{
  "require": {
    "austriannoah/asciigenerator": "dev-main"
  }
}
```

Usage
-----

[](#usage)

```
use Ascii;

class YourClass {

    public function helloworld(): void {
        $ascii = new Ascii();
        $texto = $ascii->createAsciiText("Hello, World!");
        echo $texto;
    }

}
```

Support
-------

[](#support)

you can contact me over Discord: `eynoah`

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity18

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/52bcf202b20bd687cbcfbb7e1951f3095eec2ec521d3e73827754dd9e7980d19?d=identicon)[AustrianNoah](/maintainers/AustrianNoah)

---

Top Contributors

[![InvalidNoah](https://avatars.githubusercontent.com/u/84711108?v=4)](https://github.com/InvalidNoah "InvalidNoah (10 commits)")

### Embed Badge

![Health badge](/badges/austriannoah-asciigenerator/health.svg)

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

PHPackages © 2026

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