PSR-18: HTTP Client in PHP
Discover PSR-18’s HTTP client interface for making standardized HTTP requests, enabling swappable HTTP client implementations in PHP.
Discover PSR-18’s HTTP client interface for making standardized HTTP requests, enabling swappable HTTP client implementations in PHP.
Learn how PSR-17’s HTTP factory interfaces decouple your code from specific PSR-7 implementations, enabling testable and portable HTTP applications.
Learn about PSR-16’s simple caching interface, understand when to use it over PSR-6, and implement straightforward caching solutions in PHP.
Learn about PSR-15’s HTTP server request handlers and middleware interfaces, and how they enable modular HTTP application development.
Discover PSR-13’s hypermedia link interfaces, understand HATEOAS principles, and implement discoverable APIs in PHP applications.
Run a Go API as a DDEV sidecar so Laravel in the web container can call it by service name, with one shared secret for signed requests.
Explore PSR-14’s event dispatcher interface, understand event-driven architecture in PHP, and learn best practices for implementing event systems.
PSR-12 extends PSR-1 and PSR-2 to provide a comprehensive coding style guide for modern PHP, ensuring consistency across PHP code.
Learn about PSR-11’s container interface standard, how it enables framework-agnostic dependency injection, and best practices for implementation.
Deep dive into PSR-7’s HTTP message interfaces, understanding HTTP message abstraction, and implementing HTTP clients and servers in PHP.