Search by

hydrakit / kernel

whleucka

Hydra's default composition root and HTTP plumbing, kept in one place instead of copied per app.

Package info

github.com/hydra-foundation/kernel

pkg:composer/hydrakit/kernel

Statistics

Installs: 36

Dependents: 1

Suggesters: 0

Stars: 0

v0.3.2 2026-09-11 16:10 UTC

This package is auto-updated.

Last update: 2026-09-11 20:38:24 UTC


README

Read-only mirror. hydrakit/kernel is developed in hydra-foundation/hydra under packages/kernel, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.

The framework's default composition root and HTTP plumbing. It exists to keep the wiring that is identical across every Hydra app in one place, so a consumer's AppServiceProvider holds only policy and not the boilerplate that used to be copied into each app and drift.