@hackage / ihp-context

Minimal typed context container for IHP

Latest1.0.0

About

Metadata

  • Last updated , by MarcScholten
  • License MIT
  • Categories Web Development
  • Maintained by: hello@digitallyinduced.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.8.4

Readme

This package provides ControllerContext, a typed key-value container with minimal dependencies.

The main IHP framework has heavy transitive dependencies (database, mail, logging, etc.) through FrameworkConfig. By extracting ControllerContext into this lightweight package, other IHP packages like ihp-pagehead can depend only on ihp-context instead of the full ihp package, significantly reducing their dependency footprint.