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.
- Host: GitHub
- URL: https://github.com/vatesfr/switchman
- Owner: vatesfr
- License: gpl-3.0
- Created: 2013-02-19T16:23:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T13:01:48.000Z (over 13 years ago)
- Last Synced: 2025-02-05T21:01:15.518Z (over 1 year ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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).