浏览代码

More framework clean up.

pull/1097/head
Jamie 5 年前
父节点
当前提交
6915d227ea
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8
    8
      README.md

+ 8
- 8
README.md 查看文件

119
 *Web development frameworks.*
119
 *Web development frameworks.*
120
 
120
 
121
 * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
121
 * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
122
-* [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
122
+* [CakePHP](https://cakephp.org/) - A rapid application development framework.
123
 * [Laravel](https://laravel.com/) - Another PHP framework.
123
 * [Laravel](https://laravel.com/) - Another PHP framework.
124
 * [Nette](https://nette.org) - Another framework comprised of individual components.
124
 * [Nette](https://nette.org) - Another framework comprised of individual components.
125
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
125
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
482
 *Libraries that are event-driven or implement non-blocking event loops.*
482
 *Libraries that are event-driven or implement non-blocking event loops.*
483
 * [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
483
 * [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
484
 * [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
484
 * [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
485
-* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
485
+* [CakePHP Event](https://github.com/cakephp/event) - An event dispatcher library.
486
 * [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
486
 * [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
487
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
487
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
488
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
488
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
535
 * [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator.
535
 * [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator.
536
 * [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
536
 * [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
537
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
537
 * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
538
-* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
538
+* [CakePHP ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern.
539
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
539
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
540
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
540
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
541
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
541
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
657
 
657
 
658
 * [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
658
 * [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
659
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
659
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
660
-* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
660
+* [CakePHP Validation](https://github.com/cakephp/validation) - Another validation library.
661
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
661
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
662
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
662
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
663
 * [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
663
 * [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
685
 * [Alternative PHP Cache (APC)](https://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
685
 * [Alternative PHP Cache (APC)](https://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
686
 * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
686
 * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
687
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
687
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
688
-* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
688
+* [CakePHP Cache](https://github.com/cakephp/cache) - A caching library.
689
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
689
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
690
 * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
690
 * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
691
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
691
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
694
 ### Data Structure and Storage
694
 ### Data Structure and Storage
695
 *Libraries that implement data structure or storage techniques.*
695
 *Libraries that implement data structure or storage techniques.*
696
 
696
 
697
-* [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
697
+* [CakePHP Collection](https://github.com/cakephp/collection) - A simple collections library.
698
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
698
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
699
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
699
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
700
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
700
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
727
 *Libraries for Internationalization (I18n) and Localization (L10n).*
727
 *Libraries for Internationalization (I18n) and Localization (L10n).*
728
 
728
 
729
 * [Aura.Intl](https://github.com/auraphp/Aura.Intl) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
729
 * [Aura.Intl](https://github.com/auraphp/Aura.Intl) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
730
-* [Cake I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers (CP)
730
+* [CakePHP I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers.
731
 
731
 
732
 ### Serverless
732
 ### Serverless
733
 *Libraries and tools to help build serverless web applications.*
733
 *Libraries and tools to help build serverless web applications.*
767
 
767
 
768
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
768
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
769
 * [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
769
 * [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
770
-* [Cake Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and Xml (CP).
770
+* [CakePHP Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and XML.
771
 * [Chief](https://github.com/adamnicholson/Chief) - A command bus library.
771
 * [Chief](https://github.com/adamnicholson/Chief) - A command bus library.
772
 * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
772
 * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
773
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
773
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.

正在加载...
取消
保存