Registry / web-framework / snicco-http-routing

snicco-http-routing

JSON →
library1.10.1phppackagistunverified

The HTTP and routing component of the snicco framework

composer require snicco/http-routing
INSTALL
IMPORT
SIG · SNICCO-HTTP-ROUTIN
S
snicco-http-routing
web-frameworkphpv1.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Router
use Snicco\Component\HttpRouting\Router;

Create a simple GET route

use Snicco\Component\HttpRouting\Router; $router = new Router(); $router->get('/hello', function () { return 'Hello World'; });
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
snicco-http-routing — pip install snicco-http-routing · libregistry