2017 © Pedro Peláez
 

library romano

Yet Another Micro MVC framework for PHP

image

thijzer/romano

Yet Another Micro MVC framework for PHP

  • Saturday, November 11, 2017
  • by Thijzer
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

README

EXPERIMENTAL!

This is for demo purposes only. Be a smart cookie and don't use experimental software in production., (*1)

What is Romano?

Romano is a very small but flexible framework, it share a lot of ideas from other frameworks but keeps them as compact as small as possible. By keeping it lightweight we save process time, money on your servers. This will also protect our selfs from over-expanding. If you need a fat framework with lot's of bells and whistles , this is not it., (*2)

Requirements

Romano only supports PHP 5.4 and up., (*3)

Installation

Documentation

Contributing

Yet another PHP Framework called Romano

Romano is my best and current attempt to learn PHP As it has evolved a lot during my self training, pure in it's aspect. it still needs a lot more global functionality before it would serve any useful purpose here on Github., (*4)

Experimental version

The framework is not ment to be ready for public use as of today, but serves more as a minor display of the Romano framework, a proof of concept. The site blog example, (*5)

Single project version

The framework is currently delivered as a single project version meaning all framework modules are located inside the app folder, (*6)

here is an example of it's structure, (*7)

         /project
                /app  (dev side)
                    /libs
                    /models
                    core.php
                /controllers

                /pub (front side)
                    /css
                    /img
                    /js
                    /index.php
                /template
                /views

                config.php

Setup

rename the config.example.php to config.php and fill in the gaps, (*8)

The Versions

11/11 2017

dev-master

9999999-dev http://thijzer.com

Yet Another Micro MVC framework for PHP

  Sources   Download

MIT

The Requires

 

by Thijs De Paepe

framework