Download the PHP package vectorface/snappy-router without Composer
On this page you can find all versions of the php package vectorface/snappy-router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vectorface/snappy-router
More information about vectorface/snappy-router
Files in vectorface/snappy-router
Package snappy-router
Short Description A quick and snappy routing framework.
License MIT
Homepage https://github.com/Vectorface/snappy-router
Informations about the package snappy-router
SnappyRouter
SnappyRouter is a lightweight router written in PHP. The router offers features standard in most other routers such as:
- Controller/Action based routes
- Rest-like routes with API versioning
- Pattern matching routes (based off nikic/FastRoute)
- Direct file invocation (wrap paths to specific files through the router)
SnappyRouter makes it easy to write your own routing handler for any imaginable custom routing scheme.
SnappyRouter is designed to work with your existing "seasoned" codebase to provide a common entry point for your code base. SnappyRouter is ideal for existing projects that lack the features of a modern framework. By providing a number of flexible different routing handlers, any PHP code base can be retrofitted behind the router (usually) without requiring changes to your existing code. For more information on why you want to use a router, see the documentation.
For more information, view the detailed documentation.
All versions of snappy-router with dependencies
vectorface/whip Version ^0.5
twig/twig Version ^2.0
nikic/fast-route Version ^1.0.0
psr/log Version ^1.0 || ^2.0 || ^3.0
ext-json Version *