PHPackages                             ludonkey/tinymvc - 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. ludonkey/tinymvc

ActiveLibrary[Framework](/categories/framework)

ludonkey/tinymvc
================

A light weight MVC implementation

0468PHP

Since Jul 1Pushed 5y agoCompare

[ Source](https://github.com/ludonkey/tinymvc)[ Packagist](https://packagist.org/packages/ludonkey/tinymvc)[ RSS](/packages/ludonkey-tinymvc/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\[\[ Tiny MVC \]\]
==================

[](#-tiny-mvc-)

Description
-----------

[](#description)

It's a light weight **MVC** implementation in **PHP**.

I created this for my students, first step to learn MVC before to use **Symfony**.

Installation
------------

[](#installation)

```
composer require ludonkey/tinymvc:@dev
```

Demo
----

[](#demo)

Live:

Source Code:

Live:

Source Code:

Getting Started
---------------

[](#getting-started)

Your front controller should be something like this **public/index.php**

```
