PHPackages                             allmarkedup/super-sharp-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. allmarkedup/super-sharp-router

ActiveLibrary[Framework](/categories/framework)

allmarkedup/super-sharp-router
==============================

A sharp little routing library for PHP 5.4+

v0.2(11y ago)1571MITPHP

Since Oct 29Pushed 11y agoCompare

[ Source](https://github.com/allmarkedup/super-sharp-router)[ Packagist](https://packagist.org/packages/allmarkedup/super-sharp-router)[ RSS](/packages/allmarkedup-super-sharp-router/feed)WikiDiscussions master Synced 1mo ago

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

Super Sharp Router
==================

[](#super-sharp-router)

A simple, elegant routing library for PHP 5.4+.

Inspired by (and largely extracted from) [Silex](http://silex.sensiolabs.org) routing and built on [Symfony components](http://symfony.com/doc/current/components/index.html).

- [Installation](#installation)
- [Examples](#examples)

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

[](#installation)

Using [Composer](https://getcomposer.org/):

```
$ composer require allmarkedup/super-sharp-router
```

Examples
--------

[](#examples)

The *hello world* example:

```
