Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 28-Jun-2022 | - | ||||
Resources/unidata/ | H | 28-Jun-2022 | - | 9,549 | 9,426 | |
Idn.php | H A D | 21-Jun-2022 | 29.7 KiB | 926 | 557 | |
Info.php | H A D | 21-Jun-2022 | 493 | 24 | 9 | |
LICENSE | H A D | 21-Jun-2022 | 1.1 KiB | 20 | 16 | |
README.md | H A D | 21-Jun-2022 | 469 | 13 | 8 | |
bootstrap.php | H A D | 21-Jun-2022 | 4.5 KiB | 146 | 131 | |
bootstrap80.php | H A D | 21-Jun-2022 | 3.9 KiB | 126 | 113 | |
composer.json | H A D | 21-Jun-2022 | 1.2 KiB | 45 | 44 |
README.md
1Symfony Polyfill / Intl: Idn 2============================ 3 4This component provides [`idn_to_ascii`](https://php.net/idn-to-ascii) and [`idn_to_utf8`](https://php.net/idn-to-utf8) functions to users who run php versions without the [Intl](https://php.net/intl) extension. 5 6More information can be found in the 7[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). 8 9License 10======= 11 12This library is released under the [MIT license](LICENSE). 13