larisadebelova/composer-package

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

v1.0.1 2022-11-15 14:27 UTC

This package is auto-updated.

Last update: 2025-06-18 11:28:51 UTC


README

#Требования PHP 7.4 #Установка $ composer require larisadebelova/composer-package #Использование

<?php
$stringProcessor = new StringProcessor();
$stringProcessor->getLength($someParameter);