|
|
@@ -12,6 +12,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
12
|
12
|
- [Frameworks](#frameworks)
|
|
13
|
13
|
- [Framework Extras](#framework-extras)
|
|
14
|
14
|
- [Components](#components)
|
|
|
15
|
+ - [Configuration](#configuration)
|
|
15
|
16
|
- [Micro Frameworks](#micro-frameworks)
|
|
16
|
17
|
- [Micro Framework Extras](#micro-framework-extras)
|
|
17
|
18
|
- [Routers](#routers)
|
|
|
@@ -131,6 +132,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
131
|
132
|
* [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
|
|
132
|
133
|
* [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
|
|
133
|
134
|
|
|
|
135
|
+## Configuration
|
|
|
136
|
+*Libraries for loading configuration files*
|
|
|
137
|
+
|
|
|
138
|
+* [Zend-config](https://github.com/zendframework/zend-config) - Config component from Zend Framework
|
|
|
139
|
+
|
|
134
|
140
|
## Micro Frameworks
|
|
135
|
141
|
*Micro frameworks and routers.*
|
|
136
|
142
|
|
|
|
@@ -702,7 +708,6 @@ Libraries to help manage database schemas and migrations.
|
|
702
|
708
|
* [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
|
|
703
|
709
|
* [PHP Expression](https://github.com/Kitano/php-expression) - A PHP expression language.
|
|
704
|
710
|
* [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
|
|
705
|
|
-* [Wise](https://github.com/kherge-abandoned/php-wise) - A configuration manager.
|
|
706
|
711
|
* [Opengraph](https://github.com/euskadi31/Opengraph) - An opengraph library.
|
|
707
|
712
|
* [Essence](https://github.com/essence/essence) - A library for extracting web media.
|
|
708
|
713
|
* [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
|