wesleywillians/son-skeleton-application

Skeleton Application for ZF2 from School of Net

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/wesleywillians/son-skeleton-application

1.0.1 2013-01-09 17:52 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:16:59 UTC


README

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

Using Composer (recommended)

Clone the repository and manually invoke composer using the shipped composer.phar:

cd my/project/dir
git clone https://github.com/wesleywillians/SONSkeletonApplication
cd SONkeletonApplication
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.)

Virtual Host

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

Tests

This module is prepared to be tested with phpunit and Doctrine 2 is already setup.

OBS: Thanks eminetto to help with TestCase (https://github.com/eminetto/ZendSkeletonApplication)

SONSkeletonApplication