martinlindhe/php-mb-helpers

Provides mb_ucwords(), mb_ucfirst(), mb_strrev(), mb_str_pad(), mb_count_chars(), mb_str_split()

Installs: 6 219 037

Dependents: 5

Suggesters: 0

Security: 0

Stars: 9

Watchers: 2

Forks: 3

Open Issues: 0

pkg:composer/martinlindhe/php-mb-helpers

0.1.7 2021-03-17 22:34 UTC

This package is auto-updated.

Last update: 2025-10-18 08:59:18 UTC


README

Build Status Code Coverage

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.