PHPackages                             ontic/zend-module-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. ontic/zend-module-skeleton

ActiveLibrary[Framework](/categories/framework)

ontic/zend-module-skeleton
==========================

This module serves no other purpose than providing a quick way of creating new Zend Framework 3 modules.

v3.0.2(9y ago)015BSD-3-ClausePHPPHP ^7.0

Since Sep 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ontic/zend-module-skeleton)[ Packagist](https://packagist.org/packages/ontic/zend-module-skeleton)[ Docs](https://github.com/ontic/zend-module-skeleton)[ RSS](/packages/ontic-zend-module-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (10)Used By (0)

Ontic Skeleton [![Status](https://camo.githubusercontent.com/656a2558d935a0af20068c4d0432213c6434f617cb10a2b42cc1e606085d5ece/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f6a6563742d6d61696e7461696e65642d627269676874677265656e2e737667)](https://camo.githubusercontent.com/656a2558d935a0af20068c4d0432213c6434f617cb10a2b42cc1e606085d5ece/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f6a6563742d6d61696e7461696e65642d627269676874677265656e2e737667)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#ontic-skeleton-)

BranchBuildQualityCoverageRelease**master**[![Build](https://camo.githubusercontent.com/8c90a4d513752032240e419e7b86d3bc6e95096acaaadad57343312da70aadc0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f6e7469632f7a656e642d6d6f64756c652d736b656c65746f6e2f6d61737465722e737667)](https://travis-ci.org/ontic/zend-module-skeleton)[![Quality](https://camo.githubusercontent.com/2696a3acb61992a3e07d9a1b274edaacca589d55ca1cc3e82b61ee628031e9c5/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f65313363613531376538306434326631616666343139366630326663363339392f6d61737465722e737667)](https://www.codacy.com/app/ontic/zend-module-skeleton)[![Coverage](https://camo.githubusercontent.com/7fa04537d66364c146486c2f27706973d6dedb4ae9785856f6a10ea0ad080b3c/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f636f7665726167652f65313363613531376538306434326631616666343139366630326663363339392f6d61737465722e737667)](https://www.codacy.com/app/ontic/zend-module-skeleton)[![Release](https://camo.githubusercontent.com/af3c39b8a667565639eaf56757541b447d90e39878db449ed3ec5eb4a70ada5c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6e7469632f7a656e642d6d6f64756c652d736b656c65746f6e2e737667)](https://packagist.org/packages/ontic/zend-module-skeleton)**develop**[![Build](https://camo.githubusercontent.com/54b4fc55c25ab374a4b8cdc52f87236009c629fca1504a29d4ca97740ab1955c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f6e7469632f7a656e642d6d6f64756c652d736b656c65746f6e2f646576656c6f702e737667)](https://travis-ci.org/ontic/zend-module-skeleton)[![Quality](https://camo.githubusercontent.com/a657a37c139aa51e723967b865bfef3636ee49333fa478ef09a24db337c0d686/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f65313363613531376538306434326631616666343139366630326663363339392f646576656c6f702e737667)](https://www.codacy.com/app/ontic/zend-module-skeleton)[![Coverage](https://camo.githubusercontent.com/e2f9be1608db7552fb6f4f61f50fc9622e7d15fcbbd27e537f6208a2999c494d/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f636f7665726167652f65313363613531376538306434326631616666343139366630326663363339392f646576656c6f702e737667)](https://www.codacy.com/app/ontic/zend-module-skeleton)[![Release](https://camo.githubusercontent.com/ec21cb6569aef217876f046606acafc4317a9bca4b7cf648b6523b56b13656e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6f6e7469632f7a656e642d6d6f64756c652d736b656c65746f6e2e737667)](https://packagist.org/packages/ontic/zend-module-skeleton)Introduction
------------

[](#introduction)

This module serves no other purpose than providing a quick way of creating new [Zend Framework 3](http://framework.zend.com)modules. By cloning this repository and renaming certain aspects, you'll save considerable time given that [PHPUnit](https://phpunit.de), [Travis CI](https://travis-ci.org), [Codacy](https://codacy.com) and [Packagist](https://packagist.org) are already setup.

Requirements
------------

[](#requirements)

NameVersion[PHP](https://www.php.net/)`^7.0`[Zend MVC](https://github.com/zendframework/zend-mvc)`^3.0`Installation
------------

[](#installation)

We strongly suggest installing this module using [Composer](https://getcomposer.org) so that any dependencies will get resolved and downloaded automatically. However, we've listed a few other alternatives.

### 1.1 Downloading

[](#11-downloading)

Download the project files as a `.zip` archive, extracting them into your `./vendor/` directory.

### 1.2 Cloning

[](#12-cloning)

Clone the project it into your `./vendor/` directory.

### 1.3 Composer

[](#13-composer)

The easiest way to install this module is via the command line:

```
$ composer require ontic/zend-module-skeleton:^3.0

```

Or you could manually add this module in your `composer.json` file:

```
{
	"require":
	{
		"ontic/zend-module-skeleton": "^3.0"
	}
}
```

Alternatively you could download the source by adding a repository to your `composer.json` file:

```
{
	"repositories": [
		{
			"type": "vcs",
			"url": "git@github.com:ontic/zend-module-skeleton.git"
		}
	],
	"require":
	{
		"ontic/zend-module-skeleton": "^3.0"
	}
}
```

To download this module and its dependencies, run the command:

```
$ composer update

```

### 2.1 Enabling

[](#21-enabling)

Enable the module and dependencies in your `modules.config.php` file.

```
