PHP Package: symfony/polyfill-intl-grapheme

This library provides a polyfill for the IntlGrapheme component in PHP, ensuring compatibility and functionality across various PHP versions.

Current Version: 1.31.0
Last Updated: Date not available
PHP Requirement: >=7.2
Dependencies:
symfony/polyfill-intl-normalizer
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Symfony Polyfill IntlGrapheme offers an essential solution for developers to maintain consistent string manipulation methods, especially when working with UTF-8 strings. By bridging the gap between PHP versions, this library facilitates seamless integration and cross-version compatibility.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.32.0

Clock Coming soon

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-intl-grapheme/1.32.0/loader.php';
require_once 'libs/symfony/polyfill-intl-normalizer/1.32.0/loader.php';

use Symfony\Polyfill\Intl\Grapheme\Grapheme;
use Symfony\Polyfill\Intl\Grapheme\GraphemeIterator;

$obj = new Grapheme();
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.