PHP Package: symfony/polyfill-intl-icu

Symfony polyfill for the International Components for Unicode (ICU) library providing compatibility for PHP applications.

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

Package Description

Symfony polyfill-intl-icu is a library that ensures compatibility with the ICU library in PHP, offering a seamless experience for internationalization in Symfony applications. It bridges the gap between PHP functionality and ICU features, enabling developers to work with locale data, date formatting, and more without issues.

📦 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-icu/1.32.0/loader.php';
require_once 'libs/symfony/polyfill-mbstring/1.32.0/loader.php';
require_once 'libs/symfony/polyfill-php80/1.32.0/loader.php';

use Symfony\Polyfill\Intl\Icu\IcuData;
use Symfony\Polyfill\Intl\Icu\IcuDatFileBundle;

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