https://github.com/symfony/polyfill-intl-icu
Symfony polyfill for intl's ICU-related data and classes
https://github.com/symfony/polyfill-intl-icu
compatibility component icu intl javascript polyfill portable shim symfony symfony-component symfony-polyfill
Last synced: 12 days ago
JSON representation
Symfony polyfill for intl's ICU-related data and classes
- Host: GitHub
- URL: https://github.com/symfony/polyfill-intl-icu
- Owner: symfony
- License: mit
- Created: 2015-10-22T12:57:33.000Z (over 9 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-12-22T12:23:14.000Z (4 months ago)
- Last Synced: 2025-03-31T14:59:22.215Z (21 days ago)
- Topics: compatibility, component, icu, intl, javascript, polyfill, portable, shim, symfony, symfony-component, symfony-polyfill
- Language: PHP
- Homepage: https://symfony.com/polyfill-intl-icu
- Size: 143 KB
- Stars: 2,596
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Symfony Polyfill / Intl: ICU
============================This package provides fallback implementations when the
[Intl](https://php.net/intl) extension is not installed.
It is limited to the "en" locale and to:- [`intl_is_failure()`](https://php.net/intl-is-failure)
- [`intl_get_error_code()`](https://php.net/intl-get-error-code)
- [`intl_get_error_message()`](https://php.net/intl-get-error-message)
- [`intl_error_name()`](https://php.net/intl-error-name)
- [`Collator`](https://php.net/Collator)
- [`NumberFormatter`](https://php.net/NumberFormatter)
- [`Locale`](https://php.net/Locale)
- [`IntlDateFormatter`](https://php.net/IntlDateFormatter)More information can be found in the
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).License
=======This library is released under the [MIT license](LICENSE).