PHP Package: zbateson/mb-wrapper

A PHP library for wrapping mbstring functions to handle multibyte encoding in a more efficient way, providing enhanced functionality and performance.

Current Version: 2.0.1
Last Updated: 2024-12-20
PHP Requirement: >=7.1
Dependencies: phpunit/phpunit, psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

MB-Wrapper is a PHP library designed to streamline the handling of multibyte encoding by providing a comprehensive set of functions that optimize performance and enhance functionality. With a focus on efficiency and ease of use, MB-Wrapper simplifies the process of working with multibyte character sets in PHP applications.

🔗 View on GitHub

Download Latest Version: 2.0.1

Download Download v2.0.1

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/zbateson/mb-wrapper/2.0.1/autoload.php';

use MBWrapper\MBWrapper;
use MBWrapper\Exception\MBWrapperException;


$obj = new MBWrapper\MBWrapper();
echo "✅ Example created successfully.";

?>

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