Download the PHP package navarr/smartstring without Composer
On this page you can find all versions of the php package navarr/smartstring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download navarr/smartstring
More information about navarr/smartstring
Files in navarr/smartstring
Download navarr/smartstring
More information about navarr/smartstring
Files in navarr/smartstring
Vendor navarr
Package smartstring
Short Description An object that can intelligently determine whether to use grapheme_* or byte-focused string functions
License MIT
Package smartstring
Short Description An object that can intelligently determine whether to use grapheme_* or byte-focused string functions
License MIT
Please rate this library. Is it a good library?
Informations about the package smartstring
Fast, Appropriate String Manipulation
SmartString is a library that automatically determines whether a string of text can use PHP's byte manipulation tools, or if it needs to be upgraded to use Grapheme manipulations - allowing you to process text as quickly and as accurately as possible.
Installation
composer require navarr/smartstring
Usage
All versions of smartstring with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package navarr/smartstring contains the following files
Loading the files please wait ....