CakePHP: The Rapid Development Framework for PHP - Official Repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Mark Story 45bfe18bd4
Merge pull request #17145 from cakephp/ADmad-patch-1
Fix typo in package name.
2 weeks ago
.github Add new phpstan GPG key 2 months ago
.phive Update PHPStan 2 months ago
config Update bootstrap.php 2 years ago
contrib Remove explicit standard from phpcs command. 4 years ago
src Fix typo in package name. 2 weeks ago
templates Fix variable name in template. 4 months ago
tests Fix Validation::utf8 to fail on invalid bytes 1 month ago
.editorconfig Backport phive to 4.x (#16979) 4 months ago
.gitattributes Ignore .phive folder from git archive 4 months ago
.gitignore Backport phive to 4.x (#16979) 4 months ago
.mailmap Add o0h email to .mailmap 3 years ago
.stickler.yml Disable stickler's autofixer until it's kinks are sorted out. 4 years ago
LICENSE Update LICENSE 4 years ago
Makefile Update branch ref for build script. 2 years ago
README.md Update Slack link 5 months ago
VERSION.txt Update version number to 4.4.14 2 weeks ago
composer.json Update "provide" config of various packages. 3 months ago
phpcs.xml Show phpcs sniff with each error 2 years ago
phpstan-baseline.neon Update PHPStan 3 months ago
phpstan.neon.dist Rename phpstan.neon to phpstan.neon.dist 8 months ago
phpunit.xml.dist Fix BC breaking change of PHPUnit 9.5.10 2 years ago
psalm-baseline.xml Fix errors reported by psalm 7 months ago
psalm.xml Bump up phpstan and psalm's version. 1 year ago

README.md

CakePHP

Software License Coverage Status Code Consistency Total Downloads Latest Stable Version

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:

  1. Copy phpunit.xml.dist to phpunit.xml.
  2. Add the relevant database credentials to your phpunit.xml if you want to run tests against a non-SQLite datasource.
  3. Run phpunit.
  • CakePHP - The rapid development PHP framework.
  • CookBook - The CakePHP user documentation; start learning here!
  • API - A reference to CakePHP's classes.
  • Awesome CakePHP - A list of featured resources around the framework.
  • Plugins - A repository of extensions to 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

Security

If youve found a security issue in CakePHP, please use the procedure described in SECURITY.md.