string/string-processor

Simple string to number conversion

Maintainers

Package info

github.com/bocukom/string-processor

pkg:composer/string/string-processor

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-18 19:39:07 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