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

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/pankratov/hw3

v1.0.0 2023-05-22 19:34 UTC

This package is not auto-updated.

Last update: 2025-11-05 05:11:48 UTC


README

Краткое описание пакета.

Требования

  • PHP 7.4

Установка

$ composer require pankratov/hw3

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

<?php
$processor = new StringProcessor();
echo $processor->getLength('my string');