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

How to use a REST API from PHP using cURL | Full PHP cURL API tutorial 视频的下载信息和详情

作者:

Dave Hollingworth

发布日期:

2021/12/3

观看次数:

42.5K

简介:

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