-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
pwa/data/con/2024/conferences/consuming-http-apis-in-php-the-right-way.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
type: conference | ||
speakers: -nicolas-grekas-2024 | ||
track: '1' | ||
date: '2024-09-20' | ||
start: '14:00' | ||
end: '14:40' | ||
short: Master PHP server-to-server communication with SOLID principles and key tools. | ||
tag: good-practices,archi | ||
--- | ||
|
||
# Consuming HTTP APIs in PHP the Right Way! (🇺🇸) | ||
|
||
Server-to-server communication via HTTP requests should be straightforward, but it often presents unexpected challenges. | ||
|
||
From understanding HTTP itself to mapping requests to your domain and ensuring an excellent Developer Experience (DX) when building an SDK, the process is far from simple. In this talk, we'll explore these challenges and demonstrate how to overcome them using SOLID object-oriented practices. | ||
|
||
Discover how to leverage tools like php-http/discovery, symfony/http-client, and tackle the infamous PSR-7 trauma. Join us for practical insights into effectively consuming HTTP APIs in PHP. |
This file was deleted.
Oops, something went wrong.