Libraries tagged by strong mb
strongmb/strongmb-php
1 Downloads
Official PHP SDK for the Strongmb API — simple, lightweight, and easy to integrate.
league/csv
182140719 Downloads
CSV data manipulation made easy in PHP
zbateson/mb-wrapper
52708426 Downloads
Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation
jfcherng/php-mb-string
5788164 Downloads
A high performance multibytes sting implementation for frequently reading/writing operations.
jbzoo/utils
1578756 Downloads
Collection of PHP functions, mini classes and snippets for everyday developer's routine life.
fab2s/utf8
324028 Downloads
A purely static UTF8 Helper based on mb_string and ext-intl
bakame/csv
83 Downloads
CSV data manipulation made easy in PHP
php-standard-library/str
85640 Downloads
Unicode-aware string functions replacing PHP mb_* and standard string functions
marcin-orlowski/bank-qrcode-formatter
6677 Downloads
Builds source string that can be used to generate valid QrCode matching recommendation of Polish banks
gugglegum/mb-str-pad
4261 Downloads
mb_str_pad() - multibyte implementation of str_pad() function
intahwebz/mb_extra
865 Downloads
A collection of PHP multi-byte string functions that are not present in the mb_string extension.
mathiasreker/php-mbstring-extension
147 Downloads
The php-mbstring-extension is a PHP library that provides support for multibyte strings that are not covered by the standard PHP string functions.
realodix/php-utility
2815 Downloads
Collection of various PHP utility functions
mbbender/doctrine-ordered-uuid-generator
220 Downloads
Adds an Ordered UUID type for MySQL which replaces the CHAR(36) with a re-arranged UUID() string as a BINARY 16 which significantly increases performance.
corpsee/php-utf-8
300 Downloads
A library for UTF-8 in PHP providing UTF-8 aware functions to mirror PHP's own string functions. The library doesn't require PHP mbstring extension although, if found, it will use it to gain performance.