nirbose/router.php

个人路由器

1.3.1 2022-04-23 15:12 UTC

This package is auto-updated.

Last update: 2024-09-23 20:57:30 UTC


README

我的PHP路由器源代码

用法

可用的函数包括

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

示例

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

许可证

nirbose/router.php 在MIT公共许可证下发布。请参阅附带的 LICENSE 文件以获取详细信息。