The five ways to make HTTP requests in PHP covered in the article include using PHP's HTTP/s stream wrapper, PHP's cURL extension, GuzzleHttp, Httpful, and Symfony's HTTP client. Each method has its strengths and weaknesses, with some being more suitable for certain use cases than others. The article provides a neutral summary of each approach, highlighting their key features and differences.