hydrakit / kernel
Hydra's default composition root and HTTP plumbing, kept in one place instead of copied per app.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
- hydrakit/auth: ^0.3
- hydrakit/authorization: ^0.3
- hydrakit/core: ^0.3
- hydrakit/event: ^0.3
- hydrakit/http: ^0.3
- hydrakit/session: ^0.3
- hydrakit/view: ^0.3
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- nyholm/psr7: ^1.8
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/kernelis developed in hydra-foundation/hydra underpackages/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.