PHP Package: symfony/polyfill-mbstring

Symfony's polyfill for the Multibyte String extension provides multibyte string functions in PHP to ensure compatibility.

Current Version: 1.33.0
Last Updated: Date not available
PHP Requirement: >=7.2
Dependencies:
php/php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Symfony's polyfill-mbstring package offers a set of multibyte string functions that are compatible with the PHP mbstring extension. It enables developers to work seamlessly across different PHP setups, ensuring consistent behavior for multibyte string operations.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.33.0

Download Download v1.33.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/symfony/polyfill-mbstring/1.33.0/loader.php';
require_once 'libs/php/php/{lib_version}/loader.php';

use Symfony\Polyfill\Mbstring\Mbstring;

$obj = new Mbstring();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.