Dependencies
| Package | Why It Is Used | Notes |
|---|---|---|
| nyholm/psr7 | Base PSR-7 implementation for built-in responses and streams. | JsonResponse
and the other convenience responses extend Nyholm classes. |
| psr/http-message | PSR-7 interfaces. | Ensures interoperability with the broader PHP HTTP ecosystem. |
| Package | Why It Is Used |
|---|---|
fast-forward/dev-tools
|
Development tooling used by contributors for code quality and project automation. |
Optional Companion Dependency
The following package is not required at runtime, but is commonly useful alongside this library:
- fast-forward/http-factory for PSR-17 factories and service-provider style integration.