PHPackages                             scherersoftware/cake-app-template - 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. scherersoftware/cake-app-template

AbandonedArchivedProject[Framework](/categories/framework)

scherersoftware/cake-app-template
=================================

scherer software CakePHP skeleton app

v2.3.2(8y ago)63796[1 PRs](https://github.com/scherersoftware/cake-app-template/pulls)MITPHPPHP &gt;=7.1.0

Since Nov 8Pushed 8y ago4 watchersCompare

[ Source](https://github.com/scherersoftware/cake-app-template)[ Packagist](https://packagist.org/packages/scherersoftware/cake-app-template)[ Docs](https://scherer-software.de)[ RSS](/packages/scherersoftware-cake-app-template/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (32)Versions (21)Used By (0)

[![CakePHP 3 Notifications Plugin](https://raw.githubusercontent.com/scherersoftware/cake-app-template/master/app-template.png)](https://raw.githubusercontent.com/scherersoftware/cake-app-template/master/app-template.png)

[![Build Status](https://camo.githubusercontent.com/a8da0422448adf793159154ac5ebb6a0637ee75a329653170184e5fd68f88e9d/68747470733a2f2f7472617669732d63692e6f72672f73636865726572736f6674776172652f63616b652d6170702d74656d706c6174652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/scherersoftware/cake-app-template)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)

Pre-Configured Application Template for CakePHP 3

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

[](#installation)

This is just a brief installation guide. A much more detailed version will be available soon:

Use composer to install the package:

`$ composer create-project scherersoftware/cake-app-template `

Stuff like MySQL user and password is configured by using PHP Dotenv. Be sure to set `SESSION_COOKIE_NAME` and `MAIN_DOMAIN` in the `.env`, as these values are mandatory for a correct session setup.

Next, setup your database. We're using cakephp/migrations for that:

`$ bin/cake migrations migrate`

Also run the migrations from Josegonzalez/CakeQueuesadilla, as we use this plugin to send out the restore password emails.

`$ bin/cake migrations migrate -p Josegonzalez/CakeQueuesadilla`

For the ModelHistory you have to run these migrations:

`$ bin/cake migrations migrate -p ModelHistory`

Now seed the database with a default user

`$ bin/cake migrations seed`

Default email: `john.doe@example.com`, default password: `password`

Be sure to have `npm` installed and make sure afterwards `bower` is installed globally:

```
$ npm install -g bower

```

Now we have to install some npm packages and the bower dependencies:

```
$ npm install

```

Install the bower dependencies:

`$ bower install`

Credits
-------

[](#credits)

This template is based on the [CakePHP Application Skeleton](https://github.com/cakephp/app)

Also, we're using the following awesome open-source projects:

- [CakePHP Framework](https://github.com/cakephp/cakephp)
- [Asset Compress by Mark Story](https://github.com/markstory/asset_compress)
- [Bootstrap UI by FriendsOfCake](https://github.com/FriendsOfCake/bootstrap-ui)
- [CakePHP Glide by ADmad](https://github.com/admad/cakephp-glide)
- [PHP Dotenv by Jose Diaz-Gonzalez](https://github.com/josegonzalez)
- [JShrink by Robert Hafner](https://github.com/tedivm/jshrink)
- [Assert by Benjamin Eberlei](https://github.com/beberlei/assert)
- [CakePHP IdeHelper by Mark Scherer](https://github.com/dereuromark/cakephp-ide-helper)
- [PHPStan by Ondřej Mirtes](https://github.com/phpstan/phpstan)
- [Mixer by CakeDC](https://github.com/cakedc/mixer)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 65.6% 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 ~17 days

Recently: every ~50 days

Total

17

Last Release

3192d ago

PHP version history (2 changes)2.0.0PHP &gt;=7.0.0

v2.2.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7005ae518cf40495e5e8bbf91ae64379e5a853a62c2e35bcdc7ead11e6014ea2?d=identicon)[robertscherer](/maintainers/robertscherer)

![](https://www.gravatar.com/avatar/d0b3fb0817571a9d93cae13183799e0b255c5e028de7141e9979ab72b406d8ad?d=identicon)[felixkempf](/maintainers/felixkempf)

---

Top Contributors

[![cleptric](https://avatars.githubusercontent.com/u/6617432?v=4)](https://github.com/cleptric "cleptric (21 commits)")[![felixkempf](https://avatars.githubusercontent.com/u/8512231?v=4)](https://github.com/felixkempf "felixkempf (6 commits)")[![benediktveith](https://avatars.githubusercontent.com/u/14072812?v=4)](https://github.com/benediktveith "benediktveith (5 commits)")

---

Tags

cakephp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/scherersoftware-cake-app-template/health.svg)

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

###  Alternatives

[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.0k](/packages/bedita-manager)

PHPackages © 2026

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