Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prolic/humusmvcskeletonapplication
This is a simple, skeleton application using the Zf1 MVC layer and integrates ZF2's ModuleManager and ServiceManager
https://github.com/prolic/humusmvcskeletonapplication
Last synced: 16 days ago
JSON representation
This is a simple, skeleton application using the Zf1 MVC layer and integrates ZF2's ModuleManager and ServiceManager
- Host: GitHub
- URL: https://github.com/prolic/humusmvcskeletonapplication
- Owner: prolic
- License: other
- Created: 2012-09-14T17:36:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T12:09:52.000Z (over 9 years ago)
- Last Synced: 2024-10-31T02:42:10.656Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 267 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
HumusMvc SkeletonApplication
============================[![Dependency Status](https://www.versioneye.com/package/php:prolic:humus-mvc-skeleton-application/badge.png)](https://www.versioneye.com/package/php:prolic:humus-mvc-skeleton-application)
[![Latest Stable Version](https://poser.pugx.org/prolic/humus-mvc-skeleton-application/v/stable.png)](https://packagist.org/packages/prolic/humus-mvc-skeleton-application)This is a simple, skeleton application using the Zf1 MVC layer and integrates ZF2's ModuleManager and ServiceManager.
This application is meant to be used as a starting place for [HumusMvc](https://github.com/prolic/HumusMvc).Dependencies
------------- [HumusMvc](https://github.com/prolic/HumusMvc)
- [ZendFramework 2.x](https://github.com/zendframework/zf2)
- [ZendFramework 1.12.x](http://framework.zend.com)Installation
------------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/prolic/HumusMvcSkeletonApplication.git
cd HumusMvcSkeletonApplication
php composer.phar installVirtual Host
------------Afterwards, set up a virtual host to point to the public/ directory of the
project and you should be ready to go!Todo
----Add sample module and controller with a sample view.