Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 444 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 444 Bytes

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.