News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Building a simple HTTP client with PHP. A REST client
January 18, 2010 @ 10:18:20

Gonzalo Ayuso has posted a guide to creating a simple HTTP client, one that can work with REST-based interfaces.

There are several PHP libraries, even a nice PHP extension to work with CouchDB. I like Zend Framework's REST client but as exercise I will develop a HTTP client. My idea is to create a simple class that allows me to perform GET, POST and DELETE requests to a remote server.

He wants to be able to use the script in a fluent interface that would let him define the server, post and action all in one simple call. He includes the code to create a factory function he can get a new connection from, functions for each of the actions (get, post, delete) and the main function that handles all of the cURL connections (and a simple HttpExceptions class to handle any errors thrown).

0 comments voice your opinion now!
rest http client curl tutorial


blog comments powered by Disqus

Similar Posts

Ask About PHP: PHP Basics: Accessing Remote URLs using cURL

Zend Developer Zone: Using a Plugin to Integrate Propel with Zend

Larry Garfield's Blog: Good SPL intro

Cal Evans' Blog: Six ways to be a better client for your developer - Point 8

php|architect: An overview of the CakePHP framework


Community Events











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


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

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