Download the PHP package marcosdipaolo/router without Composer
On this page you can find all versions of the php package marcosdipaolo/router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcosdipaolo/router
More information about marcosdipaolo/router
Files in marcosdipaolo/router
Download marcosdipaolo/router
More information about marcosdipaolo/router
Files in marcosdipaolo/router
Please rate this library. Is it a good library?
Informations about the package router
Router
A PHP Router Package
Basic Concepts
A router package is a utility that, once all http requests are redirected to an entry point, can configure and organize those requests with an -- easy to understand -- and friendly interface.
For example, given the following .htaccess
file:
where all requests (except the one importing images, css or js scripts) are redirected to an index.php
file located at the project's root directory, all requests are bottle-necked to an entry point, so then you can use the Router
to make you life easier.
Usage
A the entrypoint of the application:
At the controllers
All versions of router with dependencies
PHP Build Version
Package Version
The package marcosdipaolo/router contains the following files
Loading the files please wait ....