Bläddra i källkod

Merge pull request #365 from jadb/patch-1

Misc. updated re: CakePHP 3
pull/475/head
Jamie York 10 år sedan
förälder
incheckning
8550284e25
1 ändrade filer med 9 tillägg och 0 borttagningar
  1. 9
    0
      README.md

+ 9
- 0
README.md Visa fil

@@ -116,6 +116,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
116 116
 
117 117
 * [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
118 118
 * [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
119
+* [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
119 120
 
120 121
 ## Components
121 122
 *Standalone components from web development frameworks and development groups.*
@@ -123,6 +124,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
123 124
 * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony 2.
124 125
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make Zend Framework.
125 126
 * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
127
+* [CakePHP Plugins](http://plugins.cakephp.org/) - A directory of CakePHP plugins.
126 128
 * [Hoa Project](http://hoa-project.net/En/) - Another package of PHP components.
127 129
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
128 130
 
@@ -423,6 +425,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
423 425
 * [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library.
424 426
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
425 427
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
428
+* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
426 429
 * [Broadway](https://github.com/qandidate-labs/broadway) - An event source and CQRS library.
427 430
 
428 431
 ## Logging
@@ -470,6 +473,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
470 473
 * [RedBean](http://redbeanphp.com/) - A lightweight, configuration-less ORM.
471 474
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
472 475
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
476
+* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
473 477
 
474 478
 ## Migrations
475 479
 Libraries to help manage database schemas and migrations.
@@ -581,6 +585,7 @@ Libraries to help manage database schemas and migrations.
581 585
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
582 586
 * [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
583 587
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
588
+* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
584 589
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
585 590
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
586 591
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
@@ -603,6 +608,7 @@ Libraries to help manage database schemas and migrations.
603 608
 * [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
604 609
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
605 610
 * [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
611
+* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
606 612
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
607 613
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
608 614
 
@@ -618,6 +624,7 @@ Libraries to help manage database schemas and migrations.
618 624
 * [Totem](http://github.com/Wisembly/Totem) - A library to manage and create data changesets.
619 625
 * [PINQ](https://github.com/TimeToogo/Pinq) - A real Linq library for PHP.
620 626
 * [JsonMapper](https://github.com/netresearch/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
627
+* [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
621 628
 
622 629
 ## Notifications
623 630
 *Libraries for working with notification software.*
@@ -640,6 +647,7 @@ Libraries to help manage database schemas and migrations.
640 647
 *Libraries for Internationalization (I18n) and Localization (L10n).*
641 648
 
642 649
 * [Aura Intl](https://github.com/auraphp/Aura.Intl)
650
+* [Cake I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers (CP)
643 651
 
644 652
 ## Third Party APIs
645 653
 *Libraries for accessing third party APIs.*
@@ -703,6 +711,7 @@ Libraries to help manage database schemas and migrations.
703 711
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
704 712
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
705 713
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
714
+* [Cake Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and Xml (CP).
706 715
 
707 716
 # Software
708 717
 *Software for creating a development environment.*

Laddar…
Avbryt
Spara