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

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP, Part 3

Evert Pot's Blog: Storing encrypted session information in a cookie

DevShed: Refactoring the MySQL Abstraction Class with the Active Record Pattern

PHPMaster.com: Setting Custom Error Messages for Zend_Form_Element

BarelyFitz.com: CSS Colors - Take Control Using PHP


Community Events











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


functional release framework unittest testing series development language application community interview tool phpunit conference opinion introduction example podcast code zendframework2

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