Registry / web-framework / infrajs-router

infrajs-router

JSON →
library1.1.20phppackagistunverified

Router for Infrajs

composer require infrajs/router
INSTALL
IMPORT
SIG · INFRAJS-ROUTER
I
infrajs-router
web-frameworkphpv1.1.20
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 Infrajs\Router\Router;

Basic routing example

use Infrajs\Router\Router; $router = new Router(); $router->addRoute('/', function() { echo 'Hello'; }); $router->dispatch();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.20latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
infrajs-router — pip install infrajs-router · libregistry