Module services

Source
Expand description

Service container for dependency management and injection.

This module provides a centralized service container that manages the lifecycle of services and components, enabling clean dependency injection throughout the application.

Structsยง

ServiceContainer
Service container for dependency injection and service management.