Skip to content

Vercube Modules

Vercube is built with a modular architecture, allowing you to use only the components you need for your application. This section provides documentation for each module in the Vercube ecosystem.

Core Modules

Core

The Core module is the foundation of the Vercube framework, providing essential functionality for building web applications.

DI (Dependency Injection)

The DI module provides a powerful dependency injection system for managing dependencies in your application.

Logger

The Logger module provides a flexible and extensible logging system for your application.

Storage

The Storage module provides a flexible and extensible storage system for Vercube applications. It offers a unified interface for different storage implementations through a dependency injection-based architecture.

Auth

The Auth module provides a flexible and extensible authentication and authorization system for Vercube applications. It offers a unified interface for different authentication implementations through a dependency injection-based architecture.

H3

The H3 module provides integration between Vercube applications and the H3 HTTP framework.