pictcode_admin / README.md @ master
履歴 | 表示 | アノテート | ダウンロード (2.403 KB)
1 |
# CakePHP |
---|---|
2 |
|
3 |
[![Latest Stable Version](https://poser.pugx.org/cakephp/cakephp/v/stable.svg)](https://packagist.org/packages/cakephp/cakephp) |
4 |
[![License](https://poser.pugx.org/cakephp/cakephp/license.svg)](https://packagist.org/packages/cakephp/cakephp) |
5 |
[![Bake Status](https://secure.travis-ci.org/cakephp/cakephp.png?branch=master)](http://travis-ci.org/cakephp/cakephp) |
6 |
[![Code consistency](http://squizlabs.github.io/PHP_CodeSniffer/analysis/cakephp/cakephp/grade.svg)](http://squizlabs.github.io/PHP_CodeSniffer/analysis/cakephp/cakephp/) |
7 |
|
8 |
[![CakePHP](http://cakephp.org/img/cake-logo.png)](http://www.cakephp.org) |
9 |
|
10 |
CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. |
11 |
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. |
12 |
|
13 |
|
14 |
## Some Handy Links |
15 |
|
16 |
[CakePHP](http://www.cakephp.org) - The rapid development PHP framework |
17 |
|
18 |
[CookBook](http://book.cakephp.org) - THE CakePHP user documentation; start learning here! |
19 |
|
20 |
[API](http://api.cakephp.org) - A reference to CakePHP's classes |
21 |
|
22 |
[Plugins](http://plugins.cakephp.org/) - A repository of extensions to the framework |
23 |
|
24 |
[The Bakery](http://bakery.cakephp.org) - Tips, tutorials and articles |
25 |
|
26 |
[Community Center](http://community.cakephp.org) - A source for everything community related |
27 |
|
28 |
[Training](http://training.cakephp.org) - Join a live session and get skilled with the framework |
29 |
|
30 |
[CakeFest](http://cakefest.org) - Don't miss our annual CakePHP conference |
31 |
|
32 |
[Cake Software Foundation](http://cakefoundation.org) - Promoting development related to CakePHP |
33 |
|
34 |
|
35 |
## Get Support! |
36 |
|
37 |
[#cakephp](http://webchat.freenode.net/?channels=#cakephp) on irc.freenode.net - Come chat with us, we have cake |
38 |
|
39 |
[Google Group](https://groups.google.com/group/cake-php) - Community mailing list and forum |
40 |
|
41 |
[GitHub Issues](https://github.com/cakephp/cakephp/issues) - Got issues? Please tell us! |
42 |
|
43 |
[Roadmaps](https://github.com/cakephp/cakephp/wiki#roadmaps) - Want to contribute? Get involved! |
44 |
|
45 |
|
46 |
## Contributing |
47 |
|
48 |
[CONTRIBUTING.md](CONTRIBUTING.md) - Quick pointers for contributing to the CakePHP project |
49 |
|
50 |
[CookBook "Contributing" Section (2.x)](http://book.cakephp.org/2.0/en/contributing.html) [(3.0)](http://book.cakephp.org/3.0/en/contributing.html) - Version-specific details about contributing to the project |