8000 GitHub - Berke-Alp/pouter: Basic PHP router that supports dynamic routing and required parameter matching.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Berke-Alp/pouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pouter

Yet another simple PHP router

Supported super cool technologies:

  • Dynamic routing (route params /user[id])
  • Static routing (duh)
  • Required parameter matching (see code comments)

Some example routes:

  • /
  • /user
  • /users/[id]/summary
  • /search (with callback given with GetParam $query so if you don't provide a query param this route will not be called)

Thats it. simple (right?)

About

Basic PHP router that supports dynamic routing and required parameter matching.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0