How to use a REST API from PHP using cURL | Full PHP cURL API tutorial

How to use a REST API from PHP using cURL | Full PHP cURL API tutorial31:08

Informazioni sul download e dettagli del video How to use a REST API from PHP using cURL | Full PHP cURL API tutorial

Autore:

Dave Hollingworth

Pubblicato il:

03/12/2021

Visualizzazioni:

42.5K

Descrizione:

Learn how to use a REST API from PHP using cURL. In this tutorial, you’ll learn the basics of making API requests in PHP, encoding and decoding JSON data, sending request headers, using different request methods such as GET, POST, PATCH, and DELETE, and responding to different HTTP status codes. 00:00 Introduction 00:21 PHP cURL basics 01:42 Add request headers 04:14 Get a string response 05:11 Decode JSON 09:26 Endpoints with IDs 12:35 Setting endpoints 14:33 Multiple cURL options 18:38 POST requests 20:59 HTTP status code 26:57 PATCH requests 28:26 DELETE requests 30:37 Outro