cakephp/cakephp
Fork: 3427 Star: 8678 (更新于 2024-10-18 04:11:55)
license: MIT
Language: PHP .
CakePHP: The Rapid Development Framework for PHP - Official Repository
最后发布版本: 5.1.0 ( 2024-09-14 10:53:46)
CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Associative Data Mapping, Front Controller, and MVC. 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.
Installing CakePHP via Composer
You can install CakePHP into your project using Composer. If you're starting a new project, we recommend using the app skeleton as a starting point. For existing applications you can run the following:
composer require cakephp/cakephp
For details on the (minimum/maximum) PHP version see version map.
Running Tests
Assuming you have PHPUnit installed system wide using one of the methods stated here, you can run the tests for CakePHP by doing the following:
- Copy
phpunit.xml.dist
tophpunit.xml
. - Add the relevant database credentials to your
phpunit.xml
if you want to run tests against a non-SQLite datasource. - Run
phpunit
.
Learn More
- CakePHP - The home of the CakePHP project.
- Book - The CakePHP documentation; start learning here!
- API - A reference to CakePHP's classes and API documentation.
- Awesome CakePHP - A curated list of featured resources around the framework.
- The Bakery - Tips, tutorials and articles.
- Community Center - A source for everything community related.
- Training - Join a live session and get skilled with the framework.
- CakeFest - Don't miss our annual CakePHP conference.
- Cake Software Foundation - Promoting development related to CakePHP.
Get Support!
- Slack - Join us on Slack.
- Discord - Join us on Discord.
- #cakephp on irc.freenode.net - Come chat with us, we have cake.
- Forum - Official CakePHP forum.
- GitHub Issues - Got issues? Please tell us!
- Roadmaps - Want to contribute? Get involved!
Contributing
- CONTRIBUTING.md - Quick pointers for contributing to the CakePHP project.
- CookBook "Contributing" Section - Details about contributing to the project.
Security
If you’ve found a security issue in CakePHP, please use the procedure described in SECURITY.md.
最近版本更新:(数据更新于 2024-09-17 09:39:55)
2024-09-14 10:53:46 5.1.0
2024-09-13 10:15:32 5.0.11
2024-08-08 11:15:20 5.1.0-RC2
2024-07-29 01:07:37 5.0.10
2024-06-24 11:01:39 5.0.9
2024-06-23 10:54:53 4.5.6
2024-05-21 11:35:13 5.1.0-RC1
2024-05-11 11:08:33 5.0.8
2024-04-28 11:09:02 4.5.5
2024-04-06 11:01:21 5.0.7
主题(topics):
cakephp, form-builder, hacktoberfest, mvc, mvc-framework, orm, php, psr-7, rapid-development, rest-api, validation, web, web-framework
cakephp/cakephp同语言 PHP最近更新仓库
2024-11-01 18:37:36 schmittjoh/JMSSerializerBundle
2024-10-31 21:37:53 filamentphp/filament
2024-10-28 00:16:41 symfony/var-dumper
2024-10-28 00:11:41 symfony/symfony
2024-10-11 23:44:26 coollabsio/coolify
2024-10-11 03:27:29 odan/slim4-skeleton