PHPackages                             ozee31/cakephp-starter - 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. ozee31/cakephp-starter

ActiveProject[Framework](/categories/framework)

ozee31/cakephp-starter
======================

CakePHP skeleton app

1.2.0(9y ago)527MITCSSPHP &gt;=5.5.9

Since Oct 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ozee31/cakephp-starter)[ Packagist](https://packagist.org/packages/ozee31/cakephp-starter)[ Docs](http://cakephp.org)[ RSS](/packages/ozee31-cakephp-starter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

CakePHP Application Skeleton whith Twig and Webpack
===================================================

[](#cakephp-application-skeleton-whith-twig-and-webpack)

[![Build Status](https://camo.githubusercontent.com/b51eed6f6b4b210bf2cfafe06a40ee2f0a8b27696b300086ad82c798f0dc0175/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63616b657068702f6170702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cakephp/app)[![License](https://camo.githubusercontent.com/da902cdfad5977181deee2bbebf7fc2864793cc5c8859f8d078b5bebf7d7e0c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63616b657068702f6170702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cakephp/app)

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

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

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

[](#installation)

### CakePHP

[](#cakephp)

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

If Composer is installed globally, run

```
composer create-project --prefer-dist ozee31/cakephp-starter [app_name]
```

You should now be able to visit the path to where you installed the app and see the default home page.

### Front

[](#front)

Run `npm install`

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

[](#configuration)

Read and edit `config/app.php` and setup the 'Datasources' and any other configuration relevant for your application.

Front
-----

[](#front-1)

### Architecture

[](#architecture)

- /front/build/\* : webpack configuration
- /front/src/\* : all front sources (es2015 + scss...)

### Debug mode

[](#debug-mode)

Run webpack web server with the command `npm run dev`

### Deployment

[](#deployment)

Run `npm run build` and change debug mode in app.php

### Subdirectory configuration

[](#subdirectory-configuration)

For exemple if url access is `/subdir/` instead of `/`

change in config/app.php :

```
'Webpack' => [
  'assets' => [
    'dev' => 'http://localhost:3003/subdir/app.js',
    'config' => 'assets.json',
  ],
],

```

and in front/build/config.js

```
assets_url: '/subdir/'

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~0 days

Total

3

Last Release

3489d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f7dfd283e9a44d1d017ef5a804c76a6107d21531e46ec3fdad95f9af7f7357f?d=identicon)[ozee31](/maintainers/ozee31)

---

Top Contributors

[![ozee31](https://avatars.githubusercontent.com/u/5025797?v=4)](https://github.com/ozee31 "ozee31 (15 commits)")

### Embed Badge

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

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

###  Alternatives

[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)

PHPackages © 2026

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