amitkhare/slim-hmvc

A HMVC modular library for Slim Framework. Use this library to start working on a new Slim Framework 3 with HMVC capebilities.

1.0.5 2016-05-08 18:53 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:20:21 UTC


README

A HMVC modular application for Slim Framework. Use this application to quickly setup and start working on a new Slim Framework 3 with HMVC capabilities.

Install -skeleton

Run this command from the directory in which you want to install your new Slim 3 Framework with modular HMVC.

Via Composer:

php composer.phar create-project amitkhare/slim-hmvc-skeleton [my-app-name]

Via Git:

git clone https://github.com/amitkhare/slim-hmvc-skeleton.git [my-app-name]

composer update

Replace [my-app-name] with the desired directory name for your new application. You'll want to:

VISIT : https://github.com/amitkhare/slim-hmvc-skeleton for Usage information