1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

Merge pull request #187 from dereuromark/master-i18n

Add missing I18n section.
This commit is contained in:
Jamie York 2014-11-30 18:38:30 -07:00
commit dec47d16aa

View File

@ -52,6 +52,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
- [Data Structure and Storage](#data-structure-and-storage)
- [Notifications](#notifications)
- [Deployment](#deployment)
- [I18n](#i18n)
- [Third Party APIs](#third-party-apis)
- [Extensions](#extensions)
- [Miscellaneous](#miscellaneous)
@ -545,6 +546,11 @@ Libraries to help manage database schemas and migrations.
* [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
* [Plum](https://github.com/aerialls/Plum) - A deployer library.
## I18n
*Libraries for I18n (Internationalization) and L10n (Localization)*
* [Aura.Intl](https://github.com/auraphp/Aura.Intl)
## Third Party APIs
*Libraries for accessing third party APIs.*