string/string-processor

Simple string to number conversion

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/string/string-processor

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

This package is auto-updated.

Last update: 2025-10-18 18:43:22 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