This package is abandoned and no longer maintained. The author suggests using the symfony/intl package instead.

Contains an excerpt of the ICU data and classes to load it.

Maintainers

👁 fabpot

Package info

github.com/symfony/icu

Homepage

pkg:composer/symfony/icu

Statistics

Installs: 7 786 305

Dependents: 5

Suggesters: 0

Stars: 12

v1.2.2 2014-07-25 09:58 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d4d85d6055b87f394d941b45ddd3a9173e1e3d2a

intlicu


README

Contains data of the ICU library.

The bundled resource files have the [resource bundle format version 2.*] 1, which can be read using ICU 4.4 and later. Compatibility can be tested with the test-compat.php script bundled in the Intl component:

php path/to/Symfony/Component/Intl/Resources/bin/test-compat.php

You should not directly use this component. Use it through the API of the [Intl component] 2 instead.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Icu/
$ composer.phar install --dev
$ phpunit