Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.27 KB

polyfill_intl_normalizer.rst

File metadata and controls

47 lines (31 loc) · 1.27 KB
.. index::
    single: Polyfill
    single: Normalizer
    single: Components; Polyfill

The Symfony Polyfill / Intl Normalizer Component

This component provides a fallback implementation for the Normalizer class to users who run PHP versions without the intl extension.

Installation

$ composer require symfony/polyfill-intl-normalizer

Alternatively, you can clone the https://github.com/symfony/polyfill-intl-normalizer repository.

Usage

Once this component is installed in your application, you can use the following classes and functions, no matter if the PHP intl extension is installed or not in your server.

Provided Classes

Provided Functions

.. seealso::

    The :doc:`polyfill-intl-grapheme </components/polyfill_intl_grapheme>` and
    :doc:`polyfill-intl-icu </components/polyfill_intl_icu>` components provide
    polyfills for other classes and functions related to the Intl PHP extension.