This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Intl/README.md

26 lines
635 B
Markdown
Raw Normal View History

Intl Component
=============
A PHP replacement layer for the C intl extension that includes additional data
from the ICU library.
The replacement layer is limited to the locale "en". If you want to use other
2013-08-01 13:40:45 +01:00
locales, you should [install the intl extension] [0] instead.
Documentation
-------------
2013-08-01 13:40:45 +01:00
The documentation for the component can be found [online] [1].
2013-03-15 16:01:06 +00:00
Resources
---------
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Intl/
$ composer.phar install --dev
$ phpunit
[0]: http://www.php.net/manual/en/intl.setup.php
2013-11-24 20:15:22 +00:00
[1]: http://symfony.com/doc/2.5/components/intl.html