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