Browse Source

Misc. updated re: CakePHP 3

pull/365/head
Jad Bitar 10 years ago
parent
commit
b0d8a6e20f
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      README.md

+ 9
- 0
README.md View File

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

Loading…
Cancel
Save