Download the PHP package bernard-arhia/routee without Composer
On this page you can find all versions of the php package bernard-arhia/routee. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bernard-arhia/routee
More information about bernard-arhia/routee
Files in bernard-arhia/routee
Download bernard-arhia/routee
More information about bernard-arhia/routee
Files in bernard-arhia/routee
Vendor bernard-arhia
Package routee
Short Description A very simple and lightweight routing library for PHP.
License MIT
Package routee
Short Description A very simple and lightweight routing library for PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package routee
Routee
A lightweight php routing service for writing fullstack applications in PHP.
Notice
Make sure you are using php version >= 8.0.1
Installation
Example
A simple route service
index.php
Now open the terminal and start your php web server
This will start the php server on port 9000
In your browser open http://localhost:9000 to preview the example
The Route accepts the following http request methods
- GET ($router->get())
- POST ($router->post())
- PUT ($router->put())
- DELETE ($router->delete())
- PATCH ($router->patch())