浏览代码

Rename Symfony2 / Symfony3 to just Symfony (#756)

pull/757/head
Ondřej Machulda 9 年前
父节点
当前提交
254db12244
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      README.md

+ 6
- 6
README.md 查看文件

112
 * [Nette](https://nette.org) - Another framework comprised of individual components.
112
 * [Nette](https://nette.org) - Another framework comprised of individual components.
113
 * [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
113
 * [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
114
 * [PPI Framework 2](http://www.ppi.io) - An interoperability framework.
114
 * [PPI Framework 2](http://www.ppi.io) - An interoperability framework.
115
-* [Symfony 3](http://symfony.com/) - A framework comprised of individual components (SF3).
115
+* [Symfony](https://symfony.com/) - A framework comprised of individual components (SF).
116
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
116
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
117
 * [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2).
117
 * [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2).
118
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
118
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
122
 *Extras related to web development frameworks.*
122
 *Extras related to web development frameworks.*
123
 
123
 
124
 * [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
124
 * [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
125
-* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
125
+* [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony.
126
 * [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
126
 * [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
127
 
127
 
128
 ## Components
128
 ## Components
131
 * [CakePHP Plugins](http://plugins.cakephp.org/) - A directory of CakePHP plugins.
131
 * [CakePHP Plugins](http://plugins.cakephp.org/) - A directory of CakePHP plugins.
132
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
132
 * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
133
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
133
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
134
-* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony 2.
134
+* [Symfony Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony.
135
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
135
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
136
 
136
 
137
 ## Micro Frameworks
137
 ## Micro Frameworks
140
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
140
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
141
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
141
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
142
 * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
142
 * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
143
-* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
143
+* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony components.
144
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
144
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
145
 
145
 
146
 ## Micro Framework Extras
146
 ## Micro Framework Extras
255
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
255
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
256
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
256
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
257
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
257
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
258
-* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF2).
258
+* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF).
259
 
259
 
260
 ## Imagery
260
 ## Imagery
261
 *Libraries for manipulating images.*
261
 *Libraries for manipulating images.*
789
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
789
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
790
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
790
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
791
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
791
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
792
-* [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper/introduction.html) - A variable dumper component (SF2).
792
+* [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper/introduction.html) - A variable dumper component (SF).
793
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
793
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
794
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
794
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
795
 
795
 

正在加载...
取消
保存