This directory contains the long-form documentation. The top-level README.md covers installation and a tour; the pages here go deeper.
- Getting Started — install, run the test suite, the smallest possible example.
- PSR-7 — building blocks
- PSR-17 — factories
- PSR-18 — clients
- Emitter — turning a Response into bytes
- Static facades
- Recipes (task-oriented)
- Reference
- Upgrade guide (2.x → 3.x)
Every code block in these pages was written against PHP 7.4 and is type-safe under PHPStan level 5. Newer PHP versions are obviously supported but no example uses 8.x-only syntax (no constructor promotion, no mixed, no enums) so you can drop snippets into a 7.4 codebase verbatim.