nox7 / php-simple-router

A simple setup to use a routing system for PHP websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-simple-router

A simple setup to use a routing system for PHP websites. For complete instructions on how to create routes for your website or application, read the comments in Route.php

Update to previous version

Previously, this system required an SQL table and database connection to function; however after rethinking this, it was concluded that that is overkill. A file in the root called Routes.php is now all that is necessary.

About

A simple setup to use a routing system for PHP websites


Languages

Language:PHP 98.1%Language:Hack 1.9%