Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 28-Jun-2022 | - | ||||
Resources/ | H | 28-Jun-2022 | - | 7,603 | 7,590 | |
LICENSE | H A D | 21-Jun-2022 | 1 KiB | 20 | 16 | |
Normalizer.php | H A D | 21-Jun-2022 | 9.3 KiB | 311 | 223 | |
README.md | H A D | 21-Jun-2022 | 434 | 15 | 10 | |
bootstrap.php | H A D | 21-Jun-2022 | 725 | 24 | 11 | |
bootstrap80.php | H A D | 21-Jun-2022 | 719 | 20 | 8 | |
composer.json | H A D | 21-Jun-2022 | 1.1 KiB | 40 | 39 |
README.md
1Symfony Polyfill / Intl: Normalizer 2=================================== 3 4This component provides a fallback implementation for the 5[`Normalizer`](https://php.net/Normalizer) class provided 6by the [Intl](https://php.net/intl) extension. 7 8More information can be found in the 9[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). 10 11License 12======= 13 14This library is released under the [MIT license](LICENSE). 15