Download the PHP package adrienlucbert/php-router without Composer
On this page you can find all versions of the php package adrienlucbert/php-router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adrienlucbert/php-router
More information about adrienlucbert/php-router
Files in adrienlucbert/php-router
Download adrienlucbert/php-router
More information about adrienlucbert/php-router
Files in adrienlucbert/php-router
Vendor adrienlucbert
Package php-router
Short Description Minimal router framework for PHP, inspired by ExpressJS.
License MIT
Homepage https://github.com/adrienlucbert/php-router
Package php-router
Short Description Minimal router framework for PHP, inspired by ExpressJS.
License MIT
Homepage https://github.com/adrienlucbert/php-router
Please rate this library. Is it a good library?
Informations about the package php-router
PHP Router
This project is a minimal router framework for PHP, inspired by ExpressJS.
Installation
Use composer to manage and dependencies and download PHP Router.
Example
:information_source: find more examples under
/examples
directory:warning: You may also use with a
.htaccess
file redirecting all requests to a single file. This file will be responsible for describing routes: we call itindex.php
for the purpose of this example, but you may call it as you wish, just make sure the.htaccess
file redirects to it.
All versions of php-router with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package adrienlucbert/php-router contains the following files
Loading the files please wait ....