Skip to content

aoamusat/phprouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phprouter

A lightweight and simple object oriented PHP Router for small PHP projects.

#Features

  1. Supports GET, POST, PUT, DELETE and PATCHrequest methods
  2. Light weight
  3. Suit small projects
  4. Each route is mapped to a specified controller file

#Installation

  1. git clone https://github.com/aoamusat/phprouter.git
  2. cd phprouter
  3. Boot up php development server: php -S host:ip -t .

About

A lightweight and simple object oriented PHP Router for small PHP projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published