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

ActiveLibrary[Framework](/categories/framework)

noa/router
==========

A simple PHP Router handling complex route patterns

1.1.1(8y ago)026BSDPHPPHP &gt;5.5

Since Sep 17Pushed 8y ago1 watchersCompare

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

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

[![Build Status](https://camo.githubusercontent.com/f476cbfc5fdf08afb2276008c5beece7a828562bb6707164e943da42672bac63/68747470733a2f2f7472617669732d63692e6f72672f416b616e6f612f526f757465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Akanoa/Router)[![codecov](https://camo.githubusercontent.com/8378ee2e9fb7409099338939528b55cadcf9e4d7308dc4cb962d8fa666c06fe3/68747470733a2f2f636f6465636f762e696f2f67682f416b616e6f612f526f757465722f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Akanoa/Router)

Yet another Router
==================

[](#yet-another-router)

This a simple PHP Router handling complex route patterns

Description
-----------

[](#description)

Provides a simple way to handle parametrized routes, compliant PSR-7.

Installation
------------

[](#installation)

```
composer require noa/router

```

Usages
------

[](#usages)

### How to create a Router

[](#how-to-create-a-router)

Router handles routes, you must create a router before adding route.

```
