string/string-processor

Simple string to number conversion

v1.0.3 2024-11-18 16:44 UTC

This package is auto-updated.

Last update: 2025-06-18 17:59:11 UTC


README

Brief description of the package.

Requirements

  • PHP 7.4

Installation

$ composer require string/string-processor

Usage

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