PHPackages                             raylin666/routing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. raylin666/routing

ActiveLibrary[Framework](/categories/framework)

raylin666/routing
=================

Web Http Router

v1.2.1(4y ago)05Apache-2.0PHPPHP &gt;=7.3

Since Jul 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/raylin666/php-routing)[ Packagist](https://packagist.org/packages/raylin666/routing)[ RSS](/packages/raylin666-routing/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Web HTTP Router
===============

[](#web-http-router)

[![GitHub release](https://camo.githubusercontent.com/8423d844a87e7c85f4a2a42d5ce5630dda0bddee38e7bd1917063e45775a2895/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7261796c696e3636362f726f7574696e672e737667)](https://github.com/raylin666/routing/releases)[![PHP version](https://camo.githubusercontent.com/99d1017576abbac1d0d67c24b37a9f0212851a5707b26ef1918025119ccd5ed3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253230372e302d6f72616e67652e737667)](https://github.com/php/php-src)

### 环境要求

[](#环境要求)

- PHP &gt;=7.3

### 安装说明

[](#安装说明)

```
composer require "raylin666/routing"

```

### 使用方式

[](#使用方式)

可以通过 `RouteCollection` 对象设置路由，也可以通过路由列表创建路由.

### 静态路由

[](#静态路由)

```
