genai/routing dependents (2) Order by: name | downloads Show: all | require | require-dev

  • PHP

    genai/http

    Minimal HTTP layer (Request/Response/JsonResponse) and a Dispatcher that wires the router and container, compatible with PHP 5.3.29

    Latest version requires genai/routing *

  • PHP

    genai/web

    Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes

    Latest version requires genai/routing *