PHPackages                             neuweb/zendskeletonapplication - 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. neuweb/zendskeletonapplication

ActiveLibrary[Framework](/categories/framework)

neuweb/zendskeletonapplication
==============================

Skeleton Application for ZF2 including bootstrap

1.0.0(12y ago)0200BSD-3-ClausePHPPHP &gt;=5.3.3

Since May 15Pushed 12y ago4 watchersCompare

[ Source](https://github.com/neuweb/zendskeletonapplication)[ Packagist](https://packagist.org/packages/neuweb/zendskeletonapplication)[ Docs](https://github.com/neuweb/ZendSkeletonApplication)[ RSS](/packages/neuweb-zendskeletonapplication/feed)WikiDiscussions master Synced 1w ago

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

[![Build Status](https://camo.githubusercontent.com/65fa50a369a61777859852a2ddaf41f01bafd0e0d91f41562f6f316d21058bd7/68747470733a2f2f7472617669732d63692e6f72672f6e65757765622f5a656e64536b656c65746f6e4170706c69636174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/neuweb/ZendSkeletonApplication)[![Latest Stable Version](https://camo.githubusercontent.com/2b63f5f7d8dd571e2f34b157de2fdb559fa9d08aaed4e11826e804f28d10473f/68747470733a2f2f706f7365722e707567782e6f72672f6e65757765622f7a656e64736b656c65746f6e6170706c69636174696f6e2f762f737461626c652e706e67)](https://packagist.org/packages/neuweb/zendskeletonapplication) [![Total Downloads](https://camo.githubusercontent.com/9aab7601f09499677821d0532457bdd46d76a6240fab3d6d81ce01f2f005b23e/68747470733a2f2f706f7365722e707567782e6f72672f6e65757765622f7a656e64736b656c65746f6e6170706c69636174696f6e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/neuweb/zendskeletonapplication) [![Latest Unstable Version](https://camo.githubusercontent.com/e1fac10ae1183c1e053fbec885f4db95344a40ac2cfa47bd190e469ef51f2af1/68747470733a2f2f706f7365722e707567782e6f72672f6e65757765622f7a656e64736b656c65746f6e6170706c69636174696f6e2f762f756e737461626c652e706e67)](https://packagist.org/packages/neuweb/zendskeletonapplication) [![License](https://camo.githubusercontent.com/9f2839ae23042a07b684e1f309d7f30db963cff48d8af0c5c6b1c374d518f8a8/68747470733a2f2f706f7365722e707567782e6f72672f6e65757765622f7a656e64736b656c65746f6e6170706c69636174696f6e2f6c6963656e73652e706e67)](https://packagist.org/packages/neuweb/zendskeletonapplication)[![Coverage Status](https://camo.githubusercontent.com/48a59cc0ec133dc2c199e5843af335358266da579d139df5f7c93d23ec0b5c5f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6e65757765622f5a656e64536b656c65746f6e4170706c69636174696f6e2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/neuweb/ZendSkeletonApplication?branch=master)

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 neuweb/zendskeletonapplication /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/neuweb/ZendSkeletonApplication
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/neuweb/ZendSkeletonApplication/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/neuweb/ZendSkeletonApplication --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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

4386d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5851968?v=4)[NeuWeb Team](/maintainers/neuweb)[@neuweb](https://github.com/neuweb)

---

Top Contributors

[![nitecon](https://avatars.githubusercontent.com/u/665977?v=4)](https://github.com/nitecon "nitecon (7 commits)")

---

Tags

frameworkzf2bootstrap

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/neuweb-zendskeletonapplication/health.svg)

```
[![Health](https://phpackages.com/badges/neuweb-zendskeletonapplication/health.svg)](https://phpackages.com/packages/neuweb-zendskeletonapplication)
```

PHPackages © 2026

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