Skip to content

The Core part of Splash (an MVC framework). It is used by Splash itself, but also by Drusplash (the Splash wrapper for Drupal)

License

Notifications You must be signed in to change notification settings

vaidiep/mvc.splash-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Splash MVC framework common library

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).

What is this common library thing?

This package contains the common functions used by all libraries respecting the Splash syntax (annotations, etc...) All libraries you said? Yes, all libraries. Indeed, there are many packages respecting the Splash syntax.

Of course, there is Splash (a full-featured MVC framework). But there is also Druplash (a module for Drupal that adds a Splash-compatible MVC framework),. and Moufpress (a plugin for Wordpress that adds a Splash-compatible MVC framework).

Documentation

To learn more about Splash, check the documentation on the Splash website

About

The Core part of Splash (an MVC framework). It is used by Splash itself, but also by Drusplash (the Splash wrapper for Drupal)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.0%
  • JavaScript 3.0%