Handle Stone IncomingEvent.
The Stone incoming event to handle.
The Stone outgoing response.
Invoke subsequent hooks after handling the event.
Boot the providers. Invoke subsequent hooks. Note: Execution order is important here, never change it.
Populate the context with the given bindings. The context here is the service container. Invoke subsequent hooks. Note: Execution order is important here, never change it.
Invoke subsequent hooks on termination.
StaticcreateCreate a Kernel.
Kernel configuration options.
A new Kernel instance.
Class representing a Kernel.
The Kernel class is responsible for managing the main lifecycle of the application, including middleware registration and provider management. It manages the initialization, registration, and booting of the components required for a fully functional application.
Author
Mr. Stone evensstone@gmail.com