|
|
@@ -4,8 +4,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
4
|
4
|
|
|
5
|
5
|
## Categories
|
|
6
|
6
|
|
|
7
|
|
-* Composer
|
|
8
|
|
-* Composer Related
|
|
|
7
|
+* Package Management
|
|
|
8
|
+* Package Management Related
|
|
9
|
9
|
* Frameworks
|
|
10
|
10
|
* Framework Components
|
|
11
|
11
|
* Micro Frameworks
|
|
|
@@ -47,14 +47,14 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
47
|
47
|
* Development Software
|
|
48
|
48
|
* Web Tools
|
|
49
|
49
|
|
|
50
|
|
-## Composer
|
|
|
50
|
+## Package Management
|
|
51
|
51
|
*Libraries for package and dependency management.*
|
|
52
|
52
|
|
|
53
|
53
|
* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
|
|
54
|
54
|
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
|
|
55
|
55
|
|
|
56
|
|
-## Composer Related
|
|
57
|
|
-*Libraries related to Composer.*
|
|
|
56
|
+## Package Management Related
|
|
|
57
|
+*Libraries related to package management.*
|
|
58
|
58
|
|
|
59
|
59
|
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
|
60
|
60
|
* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
|