Installing Splash

Welcome to the Splash MVC framework

What is Splash?

Splash is a MVC PHP framework. It is making a heavy use of annotations, and of the Mouf dependency injection framework. You might want to use Splash in order to seperate cleanly the controllers (that perform the actions required when you navigate your web application) and the view (that generates and displays the HTML that makes your web pages).

Installation

See Installation instructions

Getting started

Check out the video tutorial!

The first thing you should learn when using Splash is how to write a controller. Read the writing controllers guide.

Advanced topics

Installing Splash

Found a typo? Something is wrong in this documentation? Just fork and edit it!