Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willmendesneto/zf2repository
Estudos sobre o Zend Framework 2
https://github.com/willmendesneto/zf2repository
Last synced: about 2 months ago
JSON representation
Estudos sobre o Zend Framework 2
- Host: GitHub
- URL: https://github.com/willmendesneto/zf2repository
- Owner: willmendesneto
- License: bsd-3-clause
- Created: 2012-12-10T15:29:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-10T16:12:45.000Z (about 12 years ago)
- Last Synced: 2023-03-23T03:36:55.650Z (almost 2 years ago)
- Language: PHP
- Size: 422 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ZendSkeletonApplication
=======================Introduction
------------
This is a simple, skeleton application using the ZF2 MVC layer and module
systems, based in the [http://github.com/zendframework/ZendSkeletonApplication](http://github.com/zendframework/ZendSkeletonApplication)Features added:
- Core module with
- TableGateway implementation
- PHPUnit tests
- Entity class
- Service class
- AdapterServiceFactory using module-based db configuration- Skel module
Installation
------------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:cd my/project/dir
git clone git://github.com/eminetto/ZendSkeletonApplication.git
cd ZendSkeletonApplication
php composer.phar installVirtual Host
------------
ServerName zf2napratica.dev
DocumentRoot /vagrant/zf2napratica/public
SetEnv APPLICATION_ENV "development"
SetEnv PROJECT_ROOT "/vagrant/zf2napratica"
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all