浏览代码

Clean up aliases to framework components

pull/327/merge
Jamie 10 年前
父节点
当前提交
a9e90085d0
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      README.md

+ 6
- 6
README.md 查看文件

100
 ## Frameworks
100
 ## Frameworks
101
 *Web development frameworks.*
101
 *Web development frameworks.*
102
 
102
 
103
-* [Symfony2](http://symfony.com/) - A framework comprised of individual components.
104
-* [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components.
105
-* [Laravel 5](http://laravel.com/) - Another PHP framework.
103
+* [Symfony 2](http://symfony.com/) - A framework comprised of individual components (SF2).
104
+* [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
105
+* [Laravel 5](http://laravel.com/) - Another PHP framework (L5).
106
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
106
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
107
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
107
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
108
 * [Nette](http://nette.org) - Another framework comprised of individual components.
108
 * [Nette](http://nette.org) - Another framework comprised of individual components.
119
 ## Components
119
 ## Components
120
 *Standalone component from web development frameworks and development groups.*
120
 *Standalone component from web development frameworks and development groups.*
121
 
121
 
122
-* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
123
-* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
122
+* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony 2.
123
+* [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
124
 * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
124
 * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
125
 * [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
125
 * [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
126
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
126
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
228
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
228
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
229
 * [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations.
229
 * [PHP DI](http://mnapoli.github.com/PHP-DI/) - A dependency injection implementation using annotations.
230
 * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
230
 * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
231
-* [Symfony DI](https://github.com/symfony/DependencyInjection) - A Dependency Injection Container component used in Symfony.
231
+* [Symfony DI](https://github.com/symfony/DependencyInjection) - A dependency injection container component (SF2).
232
 
232
 
233
 ## Imagery
233
 ## Imagery
234
 *Libraries for manipulating images.*
234
 *Libraries for manipulating images.*

正在加载...
取消
保存