浏览代码

Improve framework category descriptions.

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

+ 4
- 4
README.md 查看文件

71
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
71
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
72
 
72
 
73
 ## Frameworks
73
 ## Frameworks
74
-*Popular PHP frameworks.*
74
+*Web development frameworks.*
75
 
75
 
76
 * [Symfony2](http://symfony.com/) - A framework comprised of individual components.
76
 * [Symfony2](http://symfony.com/) - A framework comprised of individual components.
77
 * [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
77
 * [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
82
 * [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension.
82
 * [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension.
83
 
83
 
84
 ## Framework Components
84
 ## Framework Components
85
-*PHP framework components.*
85
+*Web development frameworks' standalone components.*
86
 
86
 
87
 * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
87
 * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
88
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
88
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
410
 *Libraries for filtering and validating data.*
410
 *Libraries for filtering and validating data.*
411
 
411
 
412
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
412
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
413
-* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
413
+* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
414
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
414
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
415
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
415
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
416
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
416
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
467
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
467
 * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
468
 * [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
468
 * [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
469
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
469
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
470
-* [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
470
+* [PHP Option](https://github.com/schmittjoh/php-option) An option type library.
471
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
471
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
472
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
472
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
473
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
473
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).

正在加载...
取消
保存