a-logachev/my-pkg

There is no license information available for the latest version (v1.0.2) of this package.

v1.0.2 2024-02-20 19:41 UTC

This package is auto-updated.

Last update: 2024-04-20 20:09:56 UTC


README

Требования

  • PHP 7.4

Установка

composer require a-logachev/my-pkg

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

<?php

use ALogachev\MyPkg\TextGenerator;

$textGenerator = new TextGenerator();
echo $textGenerator->createText(4)