An open API service indexing awesome lists of open source software.

https://github.com/vatesfr/switchman

Small PHP route matching library.
https://github.com/vatesfr/switchman

Last synced: 12 months ago
JSON representation

Small PHP route matching library.

Awesome Lists containing this project

README

          

# Switchman

Switchman is route matching library.

## Installation

1. Download the code, you may either use git `git clone git://github.com/vatesfr/switchman` or download a [Zip archive](https://github.com/vatesfr/switchman/archive/master.zip).
2. Switchman uses [Composer](https://getcomposer.org) for its dependency management, so, once you have [installed it](https://getcomposer.org/download/), juste run `php composer.phar install`.

## How to report a bug?

For all bugs or missing features, please use the [bugtracker of this repository](https://github.com/vatesfr/switchman/issues).