PHPackages                             win-design/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. win-design/routing

ActiveLibrary[Framework](/categories/framework)

win-design/routing
==================

Routing - flexible and fast route for PHP, Enables you to build RESTful web applications quickly and easily.

16PHP

Since Jun 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/win-design/routing)[ Packagist](https://packagist.org/packages/win-design/routing)[ RSS](/packages/win-design-routing/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Routing v1.0.0
==============

[](#routing-v100)

Routing - flexible and fast route for PHP, Enables you to build RESTful web applications quickly and easily.

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

[](#installation)

You can download it and using it without any changes.

OR use Composer.

It's recommended that you use [Composer](https://getcomposer.org/) to install Route.

```
$ composer require win-design/routing
```

Route requires PHP 5.4.0 or newer.

Usage
-----

[](#usage)

Only if using composer create index.php in root.

Create an index.php file with the following contents:

```
