Registry / utility / voku-portable-utf8

voku-portable-utf8

JSON →
library6.1.1phppackagistunverified

Portable UTF-8 library - performance optimized (unicode) string functions for php.

composer require voku/portable-utf8
INSTALL
IMPORT
SIG · VOKU-PORTABLE-UTF8
V
voku-portable-utf8
utilityphpv6.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UTF8
✓ use voku\helper\UTF8;

Converts a UTF-8 string to lowercase using the library.

use voku\helper\UTF8; $utf8String = 'Hëllö Wörld'; $lower = UTF8::strtolower($utf8String); echo $lower; // hëllö wörld
Debug
Known issues
gotchaRequires PHP mbstring extension for full functionality; some functions fall back to polyfill.
fix
Ensure the mbstring extension is installed or enable the polyfill via composer.
affects: >=6.0.0
Upgrade
Version history
6.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
voku-portable-utf8 — pip install voku-portable-utf8 · libregistry