PHPackages                             cakephp/app - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. cakephp/app

ActiveProject[Framework](/categories/framework)

cakephp/app
===========

CakePHP skeleton app

5.3.1(3mo ago)3831.7M↑35.3%394[2 issues](https://github.com/cakephp/app/issues)[1 PRs](https://github.com/cakephp/app/pulls)1MITPHPPHP &gt;=8.2CI passing

Since Jun 24Pushed 2mo ago50 watchersCompare

[ Source](https://github.com/cakephp/app)[ Packagist](https://packagist.org/packages/cakephp/app)[ Docs](https://cakephp.org)[ RSS](/packages/cakephp-app/feed)WikiDiscussions 5.x Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (93)Used By (1)

CakePHP Application Skeleton
============================

[](#cakephp-application-skeleton)

[![Build Status](https://github.com/cakephp/app/actions/workflows/ci.yml/badge.svg?branch=5.x)](https://github.com/cakephp/app/actions/workflows/ci.yml/badge.svg?branch=5.x)[![Total Downloads](https://camo.githubusercontent.com/3f9b3fc21f93a027798d8fd6a6ef5e4d49e1a6b6d41bd92e744223f6204d3416/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616b657068702f6170702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cakephp/app)[![PHPStan](https://camo.githubusercontent.com/fff00cebb924e124a7335e6bd8ca8f8cf38869463c1654eff45d0939f1f21c57/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230382d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/phpstan/phpstan)

A skeleton for creating applications with [CakePHP](https://cakephp.org) 5.x.

The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).

Installation
------------

[](#installation)

1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project --prefer-dist cakephp/app [app_name]`.

If Composer is installed globally, run

```
composer create-project --prefer-dist cakephp/app
```

In case you want to use a custom app dir name (e.g. `/myapp/`):

```
composer create-project --prefer-dist cakephp/app myapp
```

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

```
bin/cake server -p 8765
```

Then visit `http://localhost:8765` to see the welcome page.

Demo app
--------

[](#demo-app)

Check out the [5.x-demo branch](https://github.com/cakephp/app/tree/5.x-demo), which contains demo migrations and a seeder. See the [README](https://github.com/cakephp/app/blob/5.x-demo/README.md) on how to get it running.

Update
------

[](#update)

Since this skeleton is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades, so you have to do any updates manually.

Configuration
-------------

[](#configuration)

Read and edit the environment specific `config/app_local.php` and set up the `'Datasources'` and any other configuration relevant for your application. Other environment agnostic settings can be changed in `config/app.php`.

Layout
------

[](#layout)

The app skeleton uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS framework by default. You can, however, replace it with any other library or custom styles.

###  Health Score

73

—

ExcellentBetter than 100% of packages

Maintenance85

Actively maintained with recent releases

Popularity63

Solid adoption and visibility

Community38

Small or concentrated contributor base

Maturity92

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~49 days

Recently: every ~105 days

Total

87

Last Release

64d ago

Major Versions

3.9.0 → 4.1.02020-07-05

3.10.1 → 4.3.02021-10-24

4.4.2 → 5.0.0-beta12022-12-19

3.x-dev → 5.0.0-beta22023-02-17

4.x-dev → 5.0.22024-07-26

PHP version history (9 changes)3.0.0-alpha1PHP &gt;=5.4.19

3.0.0-beta2PHP &gt;=5.4.16

3.2.0PHP &gt;=5.5.9

3.4.0PHP &gt;=5.6

4.0.0-alpha1PHP &gt;=7.1

4.0.0-RC1PHP &gt;=7.2

4.4.1PHP &gt;=7.4

5.0.0-beta1PHP &gt;=8.1

5.3.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23666?v=4)[CakePHP](/maintainers/cakephp)[@cakephp](https://github.com/cakephp)

---

Top Contributors

[![markstory](https://avatars.githubusercontent.com/u/24086?v=4)](https://github.com/markstory "markstory (1744 commits)")[![lorenzo](https://avatars.githubusercontent.com/u/37621?v=4)](https://github.com/lorenzo "lorenzo (595 commits)")[![ADmad](https://avatars.githubusercontent.com/u/142658?v=4)](https://github.com/ADmad "ADmad (516 commits)")[![dereuromark](https://avatars.githubusercontent.com/u/39854?v=4)](https://github.com/dereuromark "dereuromark (203 commits)")[![phpnut](https://avatars.githubusercontent.com/u/148097?v=4)](https://github.com/phpnut "phpnut (140 commits)")[![othercorey](https://avatars.githubusercontent.com/u/24221186?v=4)](https://github.com/othercorey "othercorey (75 commits)")[![inoas](https://avatars.githubusercontent.com/u/20972207?v=4)](https://github.com/inoas "inoas (73 commits)")[![ceeram](https://avatars.githubusercontent.com/u/111448?v=4)](https://github.com/ceeram "ceeram (72 commits)")[![jrbasso](https://avatars.githubusercontent.com/u/26548?v=4)](https://github.com/jrbasso "jrbasso (70 commits)")[![AD7six](https://avatars.githubusercontent.com/u/33387?v=4)](https://github.com/AD7six "AD7six (69 commits)")[![predominant](https://avatars.githubusercontent.com/u/24568?v=4)](https://github.com/predominant "predominant (68 commits)")[![LordSimal](https://avatars.githubusercontent.com/u/9105243?v=4)](https://github.com/LordSimal "LordSimal (59 commits)")[![renan](https://avatars.githubusercontent.com/u/28046?v=4)](https://github.com/renan "renan (56 commits)")[![bcrowe](https://avatars.githubusercontent.com/u/752603?v=4)](https://github.com/bcrowe "bcrowe (53 commits)")[![antograssiot](https://avatars.githubusercontent.com/u/4977112?v=4)](https://github.com/antograssiot "antograssiot (37 commits)")[![saeideng](https://avatars.githubusercontent.com/u/8215801?v=4)](https://github.com/saeideng "saeideng (31 commits)")[![nateabele](https://avatars.githubusercontent.com/u/18288?v=4)](https://github.com/nateabele "nateabele (30 commits)")[![ravage84](https://avatars.githubusercontent.com/u/625761?v=4)](https://github.com/ravage84 "ravage84 (23 commits)")[![ionas](https://avatars.githubusercontent.com/u/106845?v=4)](https://github.com/ionas "ionas (23 commits)")[![jippi](https://avatars.githubusercontent.com/u/22841?v=4)](https://github.com/jippi "jippi (22 commits)")

---

Tags

cakephpcakephp-applicationphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cakephp-app/health.svg)

```
[![Health](https://phpackages.com/badges/cakephp-app/health.svg)](https://phpackages.com/packages/cakephp-app)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
