PHPackages                             nkey/caribu-mvc - 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. nkey/caribu-mvc

ActiveLibrary[Framework](/categories/framework)

nkey/caribu-mvc
===============

Tiny (M)VC Pattern framework

v1.0(9y ago)3671BSD-2-ClausePHPPHP &gt;=5.6

Since Apr 22Pushed 8y ago2 watchersCompare

[ Source](https://github.com/maikgreubel/caribu-mvc)[ Packagist](https://packagist.org/packages/nkey/caribu-mvc)[ Docs](https://github.com/maikgreubel/caribu-mvc)[ RSS](/packages/nkey-caribu-mvc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (2)Used By (1)

[![Build Status](https://camo.githubusercontent.com/8fe0cfeda532d71a762f46c888e787c3399eba46860b9ee726e7f51581f42eb5/68747470733a2f2f7472617669732d63692e6f72672f6d61696b6772657562656c2f6361726962752d6d76632e706e67)](https://travis-ci.org/maikgreubel/caribu-mvc)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b793fd4578a3504176f4dfecefca7565611bf8166243da3fac660da643d0b955/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61696b6772657562656c2f6361726962752d6d76632f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maikgreubel/caribu-mvc/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/fa7a2faa6cb7783adac9393465f8dc977befa5b217d1001a71afed3cc0e9196f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61696b6772657562656c2f6361726962752d6d76632f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/maikgreubel/caribu-mvc/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/d30e47f0f0193ef9fb8b5991873c4d45479b05cebd680ac8e95589f7f5409ccb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536333932623361633330636235303030623030303535342f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/56392b3ac30cb5000b000554)

caribu-mvc
==========

[](#caribu-mvc)

Tiny annotation based MVC framework

For now only a simple example, what you can do with Caribu MVC.

composer.json:

```
{
  "require" : {
    "nkey/caribu-mvc" : "dev-master",
    "nkey/phpgenerics" : "dev-master",
    "psr/log" : "1.0.0"
  }
}
```

public/index.php:

```
