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
Requires
- doctrine/doctrine-orm-module: dev-master
- hounddog/doctrine-data-fixture-module: dev-master
- wesleywillians/son-base: dev-master
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.