swim/router 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

swim/router

Composer 安装命令:

composer require swim/router

包简介

Server router that does not see colors i.e you can hopefully use it for any server setup

README 文档

README

Router that hopefully can be used for as many server setup as possible.

Still WIP tho.

Why? Because for some reason route class in any framework always ended up dictating the project's structure and architecture in a small or big way that i don't enjoy very much.

#example

-To set it up

Request::dispatch($uri, $request_method, $some_packet_that_you_may_want_to_use_in_your_app_like_header_and_stuff_which_i_would_advise_to_use_class)

-To register new route Route::add('/:id') ->on(['post'], function($your_packet, $url_param_if_exist){ #your_logic })

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: mit
  • 更新时间: 2025-02-21