rocketman / polyfill-mb_sprintf
Polyfill for the mb_sprintf and mb_vsprintf functions
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rocketman/polyfill-mb_sprintf
This package is auto-updated.
Last update: 2025-10-23 14:54:37 UTC
README
This provides polyfills for the mb_sprintf and mb_vsprintf functions.
The code is authored by Viktor Söderqvist viktor@textalk.se. Upstream source code and documentation can be found here: https://www.php.net/manual/en/function.sprintf.php#89020
Installation with Composer
If you are using composer to manage dependencies, you can use
$ composer require rocketman/polyfill-mb_sprintf:1.0
or you can include the following in your composer.json file:
{
    "require": {
        "rocketman/polyfill-mb_sprintf": "^1.0"
    }
}