Download the PHP package emma/http-manager without Composer
On this page you can find all versions of the php package emma/http-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download emma/http-manager
More information about emma/http-manager
Files in emma/http-manager
Download emma/http-manager
More information about emma/http-manager
Files in emma/http-manager
Vendor emma
Package http-manager
Short Description A PHP 8.0+ Attributes Based HTTP Routing. Can be used for all cases, MVC and Middleware - Class/Method/Function
License GPL-2.0-only
Package http-manager
Short Description A PHP 8.0+ Attributes Based HTTP Routing. Can be used for all cases, MVC and Middleware - Class/Method/Function
License GPL-2.0-only
Please rate this library. Is it a good library?
Informations about the package http-manager
Http-Manager
php 8 Attributes based Http Routing. Can be used for all cases, MVC and Middleware - Class/Method/Function
QUICK HOW TO:
===================
REGISTER ALL ROUTES HANDLERS USING THE SINGLETON - RouteRegistry.php
YOU CAN REGISTER SINGLE ROUTABLE AT A TIME USING THE:
RouteRegistry::getInstance()->register($classOrFunctionOrObject);
Be sure to also have your .htaccess file well set as this package is framework agnostic.
Here is a sample .htaccess file:
Let's test - index.php file inside the same folder as your .htaccess
** Feel free to use https://github.com/debascoguy/Di For Autowiring (that is, Inject) your classes/Methods/Function Dependencies...
All versions of http-manager with dependencies
PHP Build Version
Package Version
The package emma/http-manager contains the following files
Loading the files please wait ....