nirbose/router.php

Petit Router perso

1.3.1 2022-04-23 15:12 UTC

This package is auto-updated.

Last update: 2025-07-23 22:45:28 UTC


README

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.