This library focuses on clear, composable building blocks that work well in typical PHP applications. Example with a PSR-18 HTTP client. You can plug in any PSR-18 implementation; here we use Guzzle ...
├── app/ │ ├── api/ # API versioning system │ ├── cli/ # CLI commands and console │ ├── config/ # Configuration files │ ├── controllers/ # Request handlers │ │ ├── v1/ # Version 1 controllers ...