Skip to content
Martin Villanove edited this page Apr 28, 2017 · 2 revisions

Welcome to the Weborama wiki!

Weborama is featherlight MVC PHP framework. It's here to answer the need of very little website, who don't need big code structure like Laravel, Symfony or others.

Weborama don't need other dependencies or package manager to run. You just have to duplicate the repository and configure it.

Actually, Weborama come with some built-in functionnality :

  • A routing system, to create your URL linked to what you want (mostly controllers methods)
  • A flash message manager, to display 4 type of message on your views (successes, infos, warning, errors)
  • A simple database manager using PDO for CRUD requests.
  • An autoloader, that will load everything in the /framework directory for you (yes, even your hand-made code)

By it's simplicity, Weborama don't come with any code convention and let you do the fun part :)

Clone this wiki locally