News Feed
Jobs Feed
Sections




News Archive
DZone.com:
All the ways to perform HTTP requests in PHP
July 03, 2012 @ 10:18:21

On DZone.com there's a recent post from Giorgio Sironi listing out some of the HTTP client utilities that can be used in your PHP applications.

In the PHP world, HTTP is very important: not only for receiving requests, which is the job of PHP application, but also for performing them. ROT web services are probably the most popular way to interface with external systems nowadays. We'll make no assumptions on the payload of HTTP requests (which may be binary, text, JSON, XML), so you'll have to deal with that yourself. In some cases, you may choose a more specific solution such as the SoapClient class in the SOAP extension, or the XML-RPC extension.

Among the methods he mentions are things like the cURL extension, the PECL HTTP extension. He also talks about some of the libraries out there that are popular among developers (Buzz and Guzzle) as well as the modules included in the Zend Framework (v1 and v2) to make the requests.

0 comments voice your opinion now!
http request library extension function


blog comments powered by Disqus

Similar Posts

Constantin Bosneaga: Using layout pattern with CodeIgniter

Experts Round Table: HTTP Headers and the PHP header() Function

Community News: GD Makes a Move to PHP.net

Zend Developer Zone: The ZendCon Sessions Episode 22: PHP Extension Writing

Scott Johnson's Blog: Podcast : PHP Theory 1


Community Events











Don't see your event here?
Let us know!


introduction opinion framework object language phpunit testing development interview code example database conference composer community podcast unittest zendframework2 release functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework