PHPackages                             austinhyde/patchboard - 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. [API Development](/categories/api)
4. /
5. austinhyde/patchboard

ActiveLibrary[API Development](/categories/api)

austinhyde/patchboard
=====================

A simple router based on nikic/fastroute, providing a higher-level interface and more features

07PHP

Since Feb 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/austinhyde/patchboard)[ Packagist](https://packagist.org/packages/austinhyde/patchboard)[ RSS](/packages/austinhyde-patchboard/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Patchboard: A simple and fast PHP routing library.
==================================================

[](#patchboard-a-simple-and-fast-php-routing-library)

[![Build Status](https://camo.githubusercontent.com/96c7a1b2bb0e78dbe540db91375754bedfbec3febe4be90793076876cdea43b6/68747470733a2f2f7472617669732d63692e6f72672f61757374696e687964652f7061746368626f6172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/austinhyde/patchboard)

Building on top of [nikic/fastroute](https://github.com/nikic/fastroute), and inspired by the routing portion of the [Macaron](http://go-macaron.com/) web framework, this library is a simple, extensible, non-opinionated, and fast routing library for PHP web applications and services.

**Important:** This is still alpha-quality, but I want to make it real. If you try it out and find any problems, please open an issue!

Install
-------

[](#install)

```
composer require austinhyde/patchboard

```

Example
=======

[](#example)

They say an example is worth a thousand words. Or that might be something else.

```
