2017 © Pedro Peláez
 

library slim-hmvc-skeleton

A Slim Framework HMVC modular skeleton application

image

amitkhare/slim-hmvc-skeleton

A Slim Framework HMVC modular skeleton application

  • Wednesday, May 11, 2016
  • by amitkhare
  • Repository
  • 1 Watchers
  • 2 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

slim-hmvc-skeleton

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., (*1)

Install

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

Via Composer:, (*3)

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

Via Git:, (*4)

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:, (*5)

Create a database and pass the credentials to, (*6)

/app/src/settings.php
Import provided slimtest.sql
  • Point your virtual host document root to your new application's root / directory. it will automatically redirect all calls to /public/index.php

Then visit DEMO:, (*7)

http :// YOUR-VIRUAL-HOST-ROOT/
http :// YOUR-VIRUAL-HOST-ROOT/users
http :// YOUR-VIRUAL-HOST-ROOT/users/1

That's it!, (*8)

Usage

Need to work on that., (*9)

The Versions

11/05 2016

dev-master

9999999-dev http://github.com/amitkhare/slim-hmvc-skeleton

A Slim Framework HMVC modular skeleton application

  Sources   Download

MIT

The Requires

 

by Amit Kumar Khare

microframework hmvc modular router

07/05 2016

1.0.1

1.0.1.0 http://github.com/amitkhare/slim-hmvc-skeleton

A Slim Framework HMVC modular skeleton application

  Sources   Download

MIT

The Requires

 

by Amit Kumar Khare

microframework hmvc modular router

05/05 2016

1.0.0

1.0.0.0 http://github.com/amitkhare/slim-hmvc-skeleton

A Slim Framework HMVC modular skeleton application

  Sources   Download

MIT

The Requires

 

by Amit Kumar Khare

microframework hmvc modular router