PHPackages                             mrbarnk/mbr - 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. [Framework](/categories/framework)
4. /
5. mrbarnk/mbr

ActiveProject[Framework](/categories/framework)

mrbarnk/mbr
===========

A minimalist mvc framework for php

10PHP

Since Jun 10Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Framwork
========

[](#framwork)

A MVC Php micro framework with.

Full documentation will be ready soon, just a notice.

1 Controllers
-------------

[](#1-controllers)

Just want to let you know that this framework is working like codeigniter, it automatically get's the controller and method.

Just like, when you want to make a admin urls e.g. `admin/posts`

You'll just have to create a class and extends to the default controller like

```
