PHPackages                             tdw/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. [HTTP &amp; Networking](/categories/http)
4. /
5. tdw/routing

ActiveLibrary[HTTP &amp; Networking](/categories/http)

tdw/routing
===========

Simple router to GET, POST, PUT, PATCH, DELETE requests.

1.0.1(7y ago)04MITPHPPHP &gt;=7.0CI failing

Since Oct 2Pushed 7y ago1 watchersCompare

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

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

Routing
=======

[](#routing)

Simple router to GET, POST, PUT, PATCH, DELETE requests.

[![Build Status](https://camo.githubusercontent.com/2db2772c301292b9fbfb521df7e64e12ba11db0126d72bbedef75aec3c8b436e/68747470733a2f2f7472617669732d63692e6f72672f746961676f6465767765622f726f7574696e672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tiagodevweb/routing)

Requirements
------------

[](#requirements)

PHP: &gt;=7.0

Install
-------

[](#install)

```
$ composer require tdw/routing

require 'to/path/vendor/autoload.php';
```

Usage
-----

[](#usage)

`Instance`

```
