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: 11 months 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T12:09:52.000Z (almost 11 years ago)
- Last Synced: 2025-04-05T10:43:13.153Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 267 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
HumusMvc SkeletonApplication
============================
[](https://www.versioneye.com/package/php:prolic:humus-mvc-skeleton-application)
[](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 install
Virtual 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.