Best way to call external API in SLIM

In my SLIM app I need to call external API. What is the best practice to do so? Better if I get some example :slight_smile: .

1 Like

Use Guzzle.

2 Likes

Guzzle is nice, curl is another option.

Can you give me some some sample code? I search in web but nothing helpful found.

2 Likes