hydrakit / nyholm
Nyholm PSR-7/PSR-17 adapter: the default message and factory implementation for Hydra.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
- hydrakit/core: ^0.3
- hydrakit/http: ^0.3
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.0
- psr/http-message: ^2.0
Requires (Dev)
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/nyholmis developed in hydra-foundation/hydra underpackages/nyholm, 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.
hydrakit/http is deliberately free of any PSR-7 vendor. It depends only on the
PSR interfaces and defines a ServerRequestProviderInterface seam for building
the incoming request from the environment. This package is the default adapter
that fills that seam with nyholm/psr7.