News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


language podcast opinion test release phpunit framework development package conference custom symfony2 api manifesto community interview unittest application introduction series

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