martinlindhe/php-mb-helpers

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

0.1.7 2021-03-17 22:34 UTC

This package is auto-updated.

Last update: 2024-04-18 05:32:00 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.