diff --git a/pwa/data/con/2024/conferences/consuming-http-apis-in-php-the-right-way.md b/pwa/data/con/2024/conferences/consuming-http-apis-in-php-the-right-way.md new file mode 100644 index 00000000..377d3ef6 --- /dev/null +++ b/pwa/data/con/2024/conferences/consuming-http-apis-in-php-the-right-way.md @@ -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. diff --git a/pwa/data/con/2024/conferences/nicolas-talk.md b/pwa/data/con/2024/conferences/nicolas-talk.md deleted file mode 100644 index 538a45db..00000000 --- a/pwa/data/con/2024/conferences/nicolas-talk.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -type: conference -speakers: -nicolas-grekas-2024 -track: '1' -date: '2024-09-20' -start: '14:00' -end: '14:40' -short: TBA ---- - -# Nicolas' talk (🇺🇸) - -The subject of this conference will be announced shortly.