PHPackages                             eimanavicius/cakephp-skeleton - 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. eimanavicius/cakephp-skeleton

AbandonedArchivedLibrary[Framework](/categories/framework)

eimanavicius/cakephp-skeleton
=============================

CakePHP 2.5 application skeleton with Composer

116PHP

Since Sep 23Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Cakephp 2.x skeleton
====================

[](#cakephp-2x-skeleton)

Introduction
------------

[](#introduction)

CakePHP 2.x application skeleton. Features Composer, Ant build script (Jenkins php-template compatible ) for quality assurance.

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

[](#installation)

Using Composer (The Right Way)
------------------------------

[](#using-composer-the-right-way)

The way to get a working copy of this project is to clone the repository and use `composer` to install dependencies using the `create-project` command:

```
curl -s https://getcomposer.org/installer | php --
php composer.phar create-project -sdev eimanavicius/cakephp-skeleton path/to/install

```

Alternately, clone the repository and manually invoke `composer` using the shipped `composer.phar`:

```
cd my/project/dir
git clone git@github.com:eimanavicius/cakephp-skeleton.git
cd cakephp-skeleton
php composer.phar self-update
php composer.phar install

```

(The `self-update` directive is to ensure you have an up-to-date `composer.phar`available.)

Another alternative for downloading the project is to grab it via `curl`, and then pass it to `tar`:

```
cd my/project/dir
curl -#L https://github.com/eimanavicius/cakephp-skeleton/tarball/master | tar xz --strip-components=1

```

You would then invoke `composer` to install dependencies per the previous example.

Web Server Setup
----------------

[](#web-server-setup)

### PHP CLI Server

[](#php-cli-server)

The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root directory:

```
./bin/cake -app app server -H 0.0.0.0 -p 8080

```

OR

```
php -S 0.0.0.0:8080 -t app/webroot/ app/webroot/index.php

```

This will start the cli-server on port 8080, and bind it to all network interfaces.

\*\*Note: \*\* The built-in CLI server is *for development only*.

### Apache Setup

[](#apache-setup)

To setup apache, setup a virtual host to point to the app/webroot/ directory of the project and you should be ready to go! It should look something like below:

```

    ServerName cakephp-skeleton.localhost
    DocumentRoot /path/to/cakephp-skeleton/app/webroot

        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![eimanavicius](https://avatars.githubusercontent.com/u/2480075?v=4)](https://github.com/eimanavicius "eimanavicius (27 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M298](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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