Skip to content

abappi19/php-mysql-simple-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP - MySQL(PDO) Simple Router

This is simple framework to create simple web application.

Features:

  • Simple routing
  • Simple Request object
    • holds url, method, parameters (post body and get params), getJsonBody():json of post body
  • Simple Response Object
    • support json(), setStatusCode() and end()
  • Middleware
  • Laravel type of router structure ['ControllerClass', 'method'], ['subdir/ControllerClass', 'method']

Didn't Implemented:

  • Wildcard (*) routing feature.
  • Regexp [\\s+*?$] routing feature.

Watch Demo:

PHP MySQL Simple Router

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages