PHPackages                             zynesis/cakephp-boilerplate - 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. zynesis/cakephp-boilerplate

ActiveLibrary[Framework](/categories/framework)

zynesis/cakephp-boilerplate
===========================

CakePHP boilerplate, as commonly used by Zynesis.

2.3.x-dev(12y ago)359MITPHP

Since Sep 4Pushed 11y ago13 watchersCompare

[ Source](https://github.com/zynesis/cakephp-boilerplate)[ Packagist](https://packagist.org/packages/zynesis/cakephp-boilerplate)[ RSS](/packages/zynesis-cakephp-boilerplate/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

CakePHP Boilerplate
===================

[](#cakephp-boilerplate)

CakePHP Boilerplate for Zynesis projects.

Loaded with the following goodies:

1. Composer
2. CakePHP 2.x (loaded [via Composer](http://ceeram.github.io/blog/2013/06/18/adding-cakephp-as-composer-package/))

CakePHP plugins:

1. [ClearCache](https://github.com/ceeram/clear_cache)
2. [DebugKit](https://github.com/cakephp/debug_kit)
3. [TwitterBootstrapHelper](https://github.com/zynesis/twitter-bootstrap-helper) (Zynesis fork)

Other vendor packages:

1. [Bootstrap 2.3](https://github.com/twbs/bootstrap)

Set up
------

[](#set-up)

1. Set up a new project directly via Composer

    ```
    composer create-project -s dev zynesis/cakephp-boilerplate my-cakephp-project
    ```

    If you do not yet have Composer installed on your system, follow the guide here on [how to install Composer](http://getcomposer.org/doc/00-intro.md#globally).
2. Make these dirs and files writable by web server:

    ```
    chmod -R 777 tmp
    ```
3. Set up database and other local settings

    ```
    cp Config/database.php.default Config/database.php
    cp Config/local.php.default Config/local.php
    ```

    Edit `database.php` and `local.php` with your local settings
4. Point `DocumentRoot` *(or equivalent)* of your web server to `webroot/`. Enjoy!

Notes
-----

[](#notes)

1. Model recursiveness is set to -1 by default.
2. To clear cache, simply `Console/cake ClearCache.clear_cache`.

Credits
-------

[](#credits)

Loading of CakePHP via Composer is made possible thanks to [Ceeram's idea](http://ceeram.github.io/blog/2013/06/18/adding-cakephp-as-composer-package/).

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4681d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/280505?v=4)[U-Zyn Chua](/maintainers/uzyn)[@uzyn](https://github.com/uzyn)

---

Top Contributors

[![uzyn](https://avatars.githubusercontent.com/u/280505?v=4)](https://github.com/uzyn "uzyn (18 commits)")

### Embed Badge

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

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

84114.4M160](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11211.7M190](/packages/cakephp-bake)[symfony/symfony-demo

Symfony Demo Application

2.6k249.0k](/packages/symfony-symfony-demo)[cakephp/twig-view

Twig powered View for CakePHP

155.5M17](/packages/cakephp-twig-view)[cakephp/queue

Queue plugin for CakePHP

36281.2k14](/packages/cakephp-queue)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)

PHPackages © 2026

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