Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 387 Bytes

Simple PHP router

Spanish Explanation

Base for quick development of back end systems for small web applications.


Just clone and look into public/index.php. For more information read the comments on models/router.php.

Needs twig as a template manager so run

$ composer require "twig/twig:^2.0"

on the working envoriment before starting the server.