Skip to content

Kernel

  • Full name: \Codefy\Framework\Contracts\Http\Kernel

Methods

codefy

Get the CodefyPHP application instance.

public codefy(): \Codefy\Framework\Application

handle

Handle a server request.

public handle(\Psr\Http\Message\ServerRequestInterface $request): \Psr\Http\Message\ResponseInterface

Parameters:

Parameter Type Description
$request \Psr\Http\Message\ServerRequestInterface

boot

Kernel boots the application.

public boot(\Psr\Http\Message\ServerRequestInterface $request): void

Parameters:

Parameter Type Description
$request \Psr\Http\Message\ServerRequestInterface


Automatically generated on 2025-10-13