|
|
@@ -84,43 +84,43 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
84
|
84
|
## Dependency Management
|
|
85
|
85
|
*Libraries for dependency and package management.*
|
|
86
|
86
|
|
|
87
|
|
-* [Composer](https://getcomposer.org/)/[Packagist](https://packagist.org/) - A package and dependency manager.
|
|
|
87
|
+* [Climb](https://github.com/vinkla/climb) - A Composer version manager tool.
|
|
88
|
88
|
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
|
|
89
|
|
-* [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
|
|
|
89
|
+* [Composer](https://getcomposer.org/)/[Packagist](https://packagist.org/) - A package and dependency manager.
|
|
90
|
90
|
* [Melody](http://melody.sensiolabs.org/) - A tool to build one file Composer scripts.
|
|
91
|
|
-* [Climb](https://github.com/vinkla/climb) - A Composer version manager tool.
|
|
|
91
|
+* [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
|
|
92
|
92
|
|
|
93
|
93
|
## Dependency Management Extras
|
|
94
|
94
|
*Extras related to dependency management.*
|
|
95
|
95
|
|
|
96
|
|
-* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
|
97
|
|
-* [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
|
|
|
96
|
+* [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
|
|
|
97
|
+* [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
|
|
98
|
98
|
* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
|
|
99
|
99
|
* [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
|
|
100
|
100
|
* [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
|
|
101
|
|
-* [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
|
|
102
|
101
|
* [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
|
|
103
|
|
-* [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
|
|
|
102
|
+* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
|
|
103
|
+* [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
|
|
104
|
104
|
|
|
105
|
105
|
## Frameworks
|
|
106
|
106
|
*Web development frameworks.*
|
|
107
|
107
|
|
|
108
|
|
-* [Symfony 2](http://symfony.com/) - A framework comprised of individual components (SF2).
|
|
109
|
|
-* [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
|
|
110
|
|
-* [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
|
|
111
|
108
|
* [Aura PHP](http://auraphp.com/) - A framework of independent components.
|
|
112
|
|
-* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
|
|
113
|
|
-* [Nette](https://nette.org) - Another framework comprised of individual components.
|
|
114
|
|
-* [PPI Framework 2](http://www.ppi.io) - An interoperability framework.
|
|
115
|
109
|
* [CakePHP](http://cakephp.org/) - A rapid application development framework (CP).
|
|
|
110
|
+* [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
|
|
|
111
|
+* [Nette](https://nette.org) - Another framework comprised of individual components.
|
|
116
|
112
|
* [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
|
|
|
113
|
+* [PPI Framework 2](http://www.ppi.io) - An interoperability framework.
|
|
|
114
|
+* [Symfony 2](http://symfony.com/) - A framework comprised of individual components (SF2).
|
|
|
115
|
+* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
|
|
|
116
|
+* [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
|
|
117
|
117
|
|
|
118
|
118
|
## Framework Extras
|
|
119
|
119
|
*Extras related to web development frameworks.*
|
|
120
|
120
|
|
|
121
|
|
-* [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
|
|
122
|
|
-* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
|
|
123
|
121
|
* [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
|
|
|
122
|
+* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
|
|
|
123
|
+* [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
|
|
124
|
124
|
|
|
125
|
125
|
## Components
|
|
126
|
126
|
*Standalone components from web development frameworks and development groups.*
|
|
|
@@ -131,11 +131,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
131
|
131
|
* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony 2.
|
|
132
|
132
|
* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
|
|
133
|
133
|
|
|
134
|
|
-## Configuration
|
|
135
|
|
-*Libraries for loading configuration files*
|
|
136
|
|
-
|
|
137
|
|
-* [Zend-config](https://github.com/zendframework/zend-config) - Config component from Zend Framework
|
|
138
|
|
-
|
|
139
|
134
|
## Micro Frameworks
|
|
140
|
135
|
*Micro frameworks and routers.*
|
|
141
|
136
|
|