Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jopacicdev/maneuver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maneuver

Simple PHP router, perfect for PoCs or getting started with small app up and running fast.

use Maneuver\Router;

$r = new Router;
$r->register('GET', '/hello', Invokable::class);
$r->routeRequest();

Build Status codecov License: MIT Codacy Badge

About

Simple PHP router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages