intahwebz / mb_extra
A collection of PHP multi-byte string functions that are not present in the mb_string extension.
Installs: 865
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/intahwebz/mb_extra
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is auto-updated.
Last update: 2025-09-12 07:01:34 UTC
README
A collection of PHP multi-byte string functions that are not present in the mb_string extension.
How to use
Either:
-
require_once the file
mb_extra/src/Intahwebz/MBExtra/Functions.php
from the vendors directory. -
Call
\Intahwebz\MBExtra\Functions::load();
which invoke Composer's autoloader to magically insert the functions into the current PHP process.