2014-08-06 15:53:31 +00:00
# CakePHP
[![Latest Stable Version ](https://poser.pugx.org/cakephp/cakephp/v/stable.svg )](https://packagist.org/packages/cakephp/cakephp)
[![License ](https://poser.pugx.org/cakephp/cakephp/license.svg )](https://packagist.org/packages/cakephp/cakephp)
2017-03-11 12:24:39 +00:00
[![Bake Status ](https://secure.travis-ci.org/cakephp/cakephp.png?branch=master )](https://travis-ci.org/cakephp/cakephp)
[![Code consistency ](https://squizlabs.github.io/PHP_CodeSniffer/analysis/cakephp/cakephp/grade.svg )](https://squizlabs.github.io/PHP_CodeSniffer/analysis/cakephp/cakephp/)
2008-12-25 18:05:56 +00:00
2012-08-30 02:01:24 +00:00
CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.
2012-08-30 01:03:31 +00:00
Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
2008-12-25 18:05:56 +00:00
2014-08-06 15:53:31 +00:00
## Some Handy Links
2008-12-25 18:05:56 +00:00
2017-03-11 12:24:39 +00:00
[CakePHP ](https://cakephp.org ) - The rapid development PHP framework
2008-12-25 18:05:56 +00:00
2017-03-11 12:24:39 +00:00
[CookBook ](https://book.cakephp.org ) - THE CakePHP user documentation; start learning here!
2013-10-13 01:00:11 +00:00
2017-03-11 12:24:39 +00:00
[API ](https://api.cakephp.org ) - A reference to CakePHP's classes
2008-12-25 18:05:56 +00:00
2017-03-11 12:24:39 +00:00
[Plugins ](https://plugins.cakephp.org ) - A repository of extensions to the framework
2008-12-25 18:05:56 +00:00
2017-03-11 12:24:39 +00:00
[The Bakery ](https://bakery.cakephp.org ) - Tips, tutorials and articles
2011-04-05 01:16:18 +00:00
2017-03-11 12:24:39 +00:00
[Community Center ](https://community.cakephp.org ) - A source for everything community related
2008-12-25 18:05:56 +00:00
2017-03-11 12:24:39 +00:00
[Training ](https://training.cakephp.org ) - Join a live session and get skilled with the framework
2012-08-30 01:03:31 +00:00
2017-03-11 12:24:39 +00:00
[CakeFest ](https://cakefest.org ) - Don't miss our annual CakePHP conference
2013-10-13 01:00:11 +00:00
2017-03-11 12:24:39 +00:00
[Cake Software Foundation ](https://cakefoundation.org ) - Promoting development related to CakePHP
2012-08-30 01:03:31 +00:00
2014-08-06 15:53:31 +00:00
## Get Support!
2012-08-30 01:03:31 +00:00
2017-03-11 12:24:39 +00:00
[#cakephp ](https://webchat.freenode.net/?channels=#cakephp ) on irc.freenode.net - Come chat with us, we have cake
2012-08-30 01:03:31 +00:00
2013-10-13 01:00:11 +00:00
[Google Group ](https://groups.google.com/group/cake-php ) - Community mailing list and forum
2012-08-30 01:03:31 +00:00
2013-10-12 14:40:37 +00:00
[GitHub Issues ](https://github.com/cakephp/cakephp/issues ) - Got issues? Please tell us!
2012-08-30 01:03:31 +00:00
2013-10-24 13:12:41 +00:00
[Roadmaps ](https://github.com/cakephp/cakephp/wiki#roadmaps ) - Want to contribute? Get involved!
2014-08-12 17:11:30 +00:00
## Contributing
[CONTRIBUTING.md ](CONTRIBUTING.md ) - Quick pointers for contributing to the CakePHP project
2017-03-11 12:24:39 +00:00
[CookBook "Contributing" Section (2.x) ](https://book.cakephp.org/2.0/en/contributing.html ) [(3.x) ](https://book.cakephp.org/3.0/en/contributing.html ) - Version-specific details about contributing to the project