martinlindhe / php-mb-helpers
Provides mb_ucwords(), mb_ucfirst(), mb_strrev(), mb_str_pad(), mb_count_chars(), mb_str_split()
Installs: 4 178 994
Dependents: 5
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.6
README
Provides some missing (?) multibyte functions.
Installation
With Composer
composer require martinlindhe/php-mb-helpers
or add manually to composer.json:
{ "require": { "martinlindhe/php-mb-helpers": "~0.1" } }
Usage
mb_ucwords(), mb_ucfirst(), mb_strrev(), mb_str_pad(), mb_count_chars(), mb_str_split() like their counterparts.