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

Maintainers

Package info

github.com/ioann34/otus-composer-package

pkg:composer/ivan-sorochinskiy/hw3

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2026-02-16 14:53 UTC

This package is auto-updated.

Last update: 2026-04-16 15:24:01 UTC


README

Требования

- PHP 7.4

Установка

composer require ivan-sorochinskiy/hw3

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

use IvanSorochinskiy\Hw3\Str;

$str = new Str();

echo $str->toLower('ПрИвЕт!');
echo $str->toUpper('ПрИвЕт!');
echo $str->toLatin('Иван Сорочинский');