Skip to content

A simple setup to use a routing system for PHP websites

Notifications You must be signed in to change notification settings

mbnl/php-simple-router

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.3%
  • Hack 1.7%