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

Download information and video details for How to use a REST API from PHP using cURL | Full PHP cURL API tutorial

Uploader:

Dave Hollingworth

Published at:

12/3/2021

Views:

42.5K

Description:

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