]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/symfony/intl/Symfony/Component/Intl/README.md
gitignore vendor
[github/wallabag/wallabag.git] / vendor / symfony / intl / Symfony / Component / Intl / README.md
1 Intl Component
2 =============
3
4 A PHP replacement layer for the C intl extension that includes additional data
5 from the ICU library.
6
7 The replacement layer is limited to the locale "en". If you want to use other
8 locales, you should [install the intl extension] [1] instead.
9
10 Documentation
11 -------------
12
13 The documentation for the component can be found [online] [2].
14
15 Resources
16 ---------
17
18 You can run the unit tests with the following command:
19
20 $ cd path/to/Symfony/Component/Intl/
21 $ composer.phar install --dev
22 $ phpunit
23
24 [0]: http://www.php.net/manual/en/intl.setup.php
25 [1]: http://symfony.com/doc/2.3/components/intl.html