PHPackages                             nitecon/skeleton-bootstrap - 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. nitecon/skeleton-bootstrap

ActiveLibrary

nitecon/skeleton-bootstrap
==========================

Skeleton Application for ZF2 including bootstrap

08PHP

Since Oct 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Nitecon/ZendSkeletonBootstrap)[ Packagist](https://packagist.org/packages/nitecon/skeleton-bootstrap)[ RSS](/packages/nitecon-skeleton-bootstrap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZendSkeletonApplication
=======================

[](#zendskeletonapplication)

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

[](#introduction)

This is a simple, skeleton application using the ZF2 MVC layer and module systems. This application is meant to be used as a starting place for those looking to get their feet wet with ZF2.

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

[](#installation)

Using Composer (recommended)
----------------------------

[](#using-composer-recommended)

The recommended 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 --stability=dev nitecon/skeleton-bootstrap /path/to/your/project

```

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

```
cd my/project/dir
git clone git@github.com:Nitecon/ZendSkeletonBootstrap.git
cd ZendSkeletonBootstrap
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/Nitecon/ZendSkeletonBootstrap/tarball/master | tar xz --strip-components=1

```

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

Using Git submodules
--------------------

[](#using-git-submodules)

Alternatively, you can install using native git submodules:

```
git clone git://github.com/Nitecon/ZendSkeletonBootstrap.git --recursive

```

Virtual Host
------------

[](#virtual-host)

Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!

Alternatively — if you are using PHP 5.4 or above — you may start the internal PHP cli-server in the public directory:

```
cd public
php -S 0.0.0.0:8080 index.php

```

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

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/41178212476488fd2bf9164bebb3b66655442f64c746a4b11dc9fa0cc822215d?d=identicon)[Nitecon](/maintainers/Nitecon)

---

Top Contributors

[![EvanDotPro](https://avatars.githubusercontent.com/u/5607?v=4)](https://github.com/EvanDotPro "EvanDotPro (164 commits)")[![weierophinney](https://avatars.githubusercontent.com/u/25943?v=4)](https://github.com/weierophinney "weierophinney (101 commits)")[![Maks3w](https://avatars.githubusercontent.com/u/1301698?v=4)](https://github.com/Maks3w "Maks3w (26 commits)")[![akrabat](https://avatars.githubusercontent.com/u/33135?v=4)](https://github.com/akrabat "akrabat (25 commits)")[![Ocramius](https://avatars.githubusercontent.com/u/154256?v=4)](https://github.com/Ocramius "Ocramius (11 commits)")[![Freeaqingme](https://avatars.githubusercontent.com/u/33034?v=4)](https://github.com/Freeaqingme "Freeaqingme (10 commits)")[![BinaryKitten](https://avatars.githubusercontent.com/u/67553?v=4)](https://github.com/BinaryKitten "BinaryKitten (9 commits)")[![Bittarman](https://avatars.githubusercontent.com/u/33032?v=4)](https://github.com/Bittarman "Bittarman (5 commits)")[![vragovR](https://avatars.githubusercontent.com/u/2576829?v=4)](https://github.com/vragovR "vragovR (4 commits)")[![sasezaki](https://avatars.githubusercontent.com/u/42755?v=4)](https://github.com/sasezaki "sasezaki (3 commits)")[![tawfekov](https://avatars.githubusercontent.com/u/94997?v=4)](https://github.com/tawfekov "tawfekov (3 commits)")[![kassah](https://avatars.githubusercontent.com/u/24927?v=4)](https://github.com/kassah "kassah (3 commits)")[![petk](https://avatars.githubusercontent.com/u/1614009?v=4)](https://github.com/petk "petk (3 commits)")[![Xerkus](https://avatars.githubusercontent.com/u/725842?v=4)](https://github.com/Xerkus "Xerkus (3 commits)")[![coss](https://avatars.githubusercontent.com/u/723596?v=4)](https://github.com/coss "coss (3 commits)")[![mhujer](https://avatars.githubusercontent.com/u/353372?v=4)](https://github.com/mhujer "mhujer (3 commits)")[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (3 commits)")[![Hounddog](https://avatars.githubusercontent.com/u/1188248?v=4)](https://github.com/Hounddog "Hounddog (3 commits)")[![YonmaN](https://avatars.githubusercontent.com/u/1409846?v=4)](https://github.com/YonmaN "YonmaN (2 commits)")[![diemuzi](https://avatars.githubusercontent.com/u/1476204?v=4)](https://github.com/diemuzi "diemuzi (2 commits)")

### Embed Badge

![Health badge](/badges/nitecon-skeleton-bootstrap/health.svg)

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

PHPackages © 2026

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