README.md

Summary

Maintainability
Test Coverage
# Model-View-Controller

[![Build Status](https://travis-ci.org/Prowect/MVC.svg)](https://travis-ci.org/Prowect/MVC)
[![Code Climate](https://codeclimate.com/github/Prowect/MVC/badges/gpa.svg)](https://codeclimate.com/github/Prowect/MVC)
[![Test Coverage](https://codeclimate.com/github/Prowect/MVC/badges/coverage.svg)](https://codeclimate.com/github/Prowect/MVC/coverage)
[![Latest Release](https://img.shields.io/packagist/v/drips/MVC.svg)](https://packagist.org/packages/drips/mvc)




Das Model-View-Controller-System (kurz MVC-System) ermöglicht eine Trennung zwischen der eigentlichen Ausgabe (der View), der Daten (Model) und der Logik (Controller).

Weitere Informationen findest du im [Wiki](https://github.com/Prowect/MVC/wiki).