Bläddra i källkod

More framework clean up.

pull/1097/head
Jamie 5 år sedan
förälder
incheckning
6915d227ea
1 ändrade filer med 8 tillägg och 8 borttagningar
  1. 8
    8
      README.md

+ 8
- 8
README.md Visa fil

@@ -119,7 +119,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
119 119
 *Web development frameworks.*
120 120
 
121 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 123
 * [Laravel](https://laravel.com/) - Another PHP framework.
124 124
 * [Nette](https://nette.org) - Another framework comprised of individual components.
125 125
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
@@ -482,7 +482,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
482 482
 *Libraries that are event-driven or implement non-blocking event loops.*
483 483
 * [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
484 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 486
 * [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
487 487
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
488 488
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
@@ -535,7 +535,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
535 535
 * [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator.
536 536
 * [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
537 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 539
 * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
540 540
 * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
541 541
 * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
@@ -657,7 +657,7 @@ Libraries to help manage database schemas and migrations.
657 657
 
658 658
 * [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
659 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 661
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
662 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 663
 * [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
@@ -685,7 +685,7 @@ Libraries to help manage database schemas and migrations.
685 685
 * [Alternative PHP Cache (APC)](https://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
686 686
 * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
687 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 689
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
690 690
 * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
691 691
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
@@ -694,7 +694,7 @@ Libraries to help manage database schemas and migrations.
694 694
 ### Data Structure and Storage
695 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 698
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
699 699
 * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
700 700
 * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
@@ -727,7 +727,7 @@ Libraries to help manage database schemas and migrations.
727 727
 *Libraries for Internationalization (I18n) and Localization (L10n).*
728 728
 
729 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 732
 ### Serverless
733 733
 *Libraries and tools to help build serverless web applications.*
@@ -767,7 +767,7 @@ Libraries to help manage database schemas and migrations.
767 767
 
768 768
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
769 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 771
 * [Chief](https://github.com/adamnicholson/Chief) - A command bus library.
772 772
 * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
773 773
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.

Laddar…
Avbryt
Spara