Skip to content

Nirbose/Router.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Router.php

code source de mon routeur php

Utilisation :

Les fonctions disponibles sont :

  • get
  • post
  • put
  • patch
  • delete
  • options

Exemple :

Route::get('about', function () {
  return "<h1>About Page !</h1>";
});

License

nirbose/router.php is released under the MIT public license. See the enclosed LICENSE for details.