PHPackages                             kittenphp/router - 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. kittenphp/router

ActiveLibrary[Framework](/categories/framework)

kittenphp/router
================

Lightweight and easy to use router library

1.0.0(8y ago)0451MITPHPPHP ^7.0

Since Jan 18Pushed 8y agoCompare

[ Source](https://github.com/kittenphp/router)[ Packagist](https://packagist.org/packages/kittenphp/router)[ RSS](/packages/kittenphp-router/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

### introduce

[](#introduce)

The kitten Router is a Lightweight and easy to use library.It is based on a mature symfony/routing component

It has the following features:

- Write routing with similar laravel writing, coding friendly and intuitive.
- No constraint controller and middleware，You can define it the way you want it.
- Do not process HTTP requests, only responsible for routing filtering, So you can choose the framework very freely, such as zend-diactoros、symfony/http-foundation.

### Installation

[](#installation)

Install via composer

> composer require kittenphp/router

Usage
-----

[](#usage)

#### Quick Start

[](#quick-start)

```
