Download the PHP package benjaco/highway without Composer
On this page you can find all versions of the php package benjaco/highway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download benjaco/highway
More information about benjaco/highway
Files in benjaco/highway
Download benjaco/highway
More information about benjaco/highway
Files in benjaco/highway
Vendor benjaco
Package highway
Short Description Simple and fast PHP router
License MIT
Homepage https://github.com/benjaco/Highway
Package highway
Short Description Simple and fast PHP router
License MIT
Homepage https://github.com/benjaco/Highway
Please rate this library. Is it a good library?
Informations about the package highway
Highway - a fast, simple, lightweight http router for PHP
This php router is 25 times faster then slim3, but highway are not having advanced stuff like middleware, it's a pure php router
Its is flexible, ex. it's is possible to add code in the start of a group
A part of the speed reason is, this router is not collecting all routes before its run, is running as soon the route is defined, and if the url is not matching a specific group, then the groups callback won't be executed
Installing
Install using Composer.
Usage
Collaboration
All issues and pull requests are welcome
All versions of highway with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package benjaco/highway contains the following files
Loading the files please wait ....