PHP Package: symfony/polyfill-intl-normalizer

Symfony Polyfill Intl Normalizer provides normalization functions for internationalization support in PHP applications.

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

Package Description

Symfony Polyfill Intl Normalizer is designed to ensure compatibility with the Intl extension in PHP, offering normalization functions for string data to support internationalization features. This polyfill library bridges any gaps in PHP installations that lack the necessary Intl extension, enabling seamless handling of multilingual text and characters for global web applications.

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

use Symfony\Polyfill\Intl\Normalizer\Normalizer;

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