austriannoah / asciigenerator
ASCII Generator made by EyNoah
dev-main
2024-05-28 16:53 UTC
This package is auto-updated.
Last update: 2024-12-28 18:10:13 UTC
README
Installing
composer require austriannoah/asciigenerator
or just adding this into your composer.json
file:
{ "require": { "austriannoah/asciigenerator": "dev-main" } }
Usage
use Ascii; class YourClass { public function helloworld(): void { $ascii = new Ascii(); $texto = $ascii->createAsciiText("Hello, World!"); echo $texto; } }
Support
you can contact me over Discord: eynoah