CakePHP: The Rapid Development Framework for PHP - Official Repository
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.
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.
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:
phpunit.xml.dist
to phpunit.xml
.phpunit.xml
if you want to run tests againstphpunit
.If you’ve found a security issue in CakePHP, please use the procedure
described in SECURITY.md.