|
|
@@ -47,6 +47,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
47
|
47
|
- [Data Structure and Storage](#data-structure-and-storage)
|
|
48
|
48
|
- [Notifications](#notifications)
|
|
49
|
49
|
- [Deployment](#deployment)
|
|
|
50
|
+ - [I18n](#i18n)
|
|
50
|
51
|
- [Third Party APIs](#third-party-apis)
|
|
51
|
52
|
- [Extensions](#extensions)
|
|
52
|
53
|
- [Miscellaneous](#miscellaneous)
|
|
|
@@ -521,6 +522,11 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
521
|
522
|
* [Rocketeer](https://github.com/Anahkiasen/rocketeer) - A fast and easy deployer for the PHP world.
|
|
522
|
523
|
* [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
|
|
523
|
524
|
|
|
|
525
|
+## I18n
|
|
|
526
|
+* Libraries for I18n (Internationalization) and L10n (Localization)*
|
|
|
527
|
+
|
|
|
528
|
+* [Aura.Intl](https://github.com/auraphp/Aura.Intl)
|
|
|
529
|
+
|
|
524
|
530
|
## Third Party APIs
|
|
525
|
531
|
*Libraries for accessing third party APIs.*
|
|
526
|
532
|
|