Getting Started

This section is the shortest path from installation to a useful response object. If you are new to PSR-7, start here before diving into the API reference.

What This Package Gives You

  • Ready-to-use response classes for JSON, HTML, plain text, empty responses, and redirects.
  • A payload-aware JSON stream that lets you keep working with structured data after encoding it.
  • Typed enums and helpers for content negotiation, authorization parsing, encodings, request methods, and status codes.
  • A small API surface that stays compatible with the rest of the PSR-7 ecosystem.