Skip to content

Commit

Permalink
feat: add nicolas talk (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz authored Jul 31, 2024
1 parent 9193606 commit ecc801b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
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.
13 changes: 0 additions & 13 deletions pwa/data/con/2024/conferences/nicolas-talk.md

This file was deleted.

0 comments on commit ecc801b

Please sign in to comment.