PHPackages                             reinink/roundabout - 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. reinink/roundabout

AbandonedArchivedLibrary

reinink/roundabout
==================

RESTful router based on the Symfony2 HttpFoundation.

1.0.4(12y ago)3121MITPHP

Since Jul 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/reinink/Roundabout)[ Packagist](https://packagist.org/packages/reinink/roundabout)[ RSS](/packages/reinink-roundabout/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Roundabout
==========

[](#roundabout)

RESTful router based on the Symfony2 HttpFoundation.

Highlights
----------

[](#highlights)

- Extremely simple API
- RESTful support: GET, POST, PUT &amp; DELETE
- Based on the Symfony2 HttpFoundation (it just works)
- Supports closures, functions and controller (class) callbacks
- Ability to bulk imports routes using arrays
- Custom controller instantiation (for IoC container integration)

Getting started
---------------

[](#getting-started)

### Installation

[](#installation)

Roundabout is available via Composer:

```
{
    "require": {
        "reinink/roundabout": "1.*"
    }
}
```

### Setup

[](#setup)

```
