PHPackages                             hkulekci/basicmvc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hkulekci/basicmvc

ActiveLibrary

hkulekci/basicmvc
=================

Basic MVC for Frameworks

v0.1.6(10y ago)101382GPL-3.0PHPPHP &gt;=5.3.0

Since Jul 28Pushed 10y ago4 watchersCompare

[ Source](https://github.com/hkulekci/basicmvc)[ Packagist](https://packagist.org/packages/hkulekci/basicmvc)[ RSS](/packages/hkulekci-basicmvc/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

basicmvc
========

[](#basicmvc)

Basic MVC for Slim Framework Usage

An example directory structure is following. You can change your structure what you want. You will specify your directories in your configurations.

```
    app/
        public/
            controller/
                ...
            model/
                ...
            view/
                ...
    .htaccess
    index.php

```

`index.php` file content is following. Define your directory constants and firstly, initialize Slim after that initalize BasicMVC. Thats all.

```
