nirbose/router.php

Petit Router perso

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nirbose/router.php

1.3.1 2022-04-23 15:12 UTC

This package is auto-updated.

Last update: 2025-12-23 23:46:43 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.