PHP Package: symfony/polyfill-intl-idn

This PHP library provides a polyfill for the Internationalized Domain Names (IDN) functions in the Symfony framework to support IDN functionality across different platforms.

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

Polyfill-intl-idn is a Symfony library offering comprehensive support for Internationalized Domain Names (IDN) functions. It ensures seamless and standardized IDN handling, enabling developers to work effortlessly with domains in various languages and scripts. By integrating this polyfill, Symfony applications can facilitate multilingual domain management effectively.

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

use Symfony\Polyfill\Intl\Idn\Idn;

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