isofarro / php5-http-utils

Various classes for talking to web service APIs

This URL has Read+Write access

isofarro (author)
Sun Nov 15 23:17:45 -0800 2009
commit  2c49d85f4b80780cbf5443ae4d1ae79ef752c59f
tree    5a7fc320b647fd1eabb66fb3aa0886351d85a570
parent  959ae3de89c49d8034ac4f7c69212a372d9e8295
README.markdown

PHP5 Http Utils

A set of classes and utilities for dealing with HTTP, and related Web APIs.

Planned features

  • HTTP Client wrapper
  • OAuth support
  • Twitter API
  • Open Calais API

Dependencies

  • TwitterApi: HttpClient
  • WeFollowApi: HttpClient, HtmlParser
  • CanonicalLink: HttpCache, HttpClient, HttpRequest, HttpResponse, HttpUtils
  • HttpClient: HttpCache, HttpRequest, HttpResponse
  • HttpRequest: HttpUtils
  • HttpResponse: HttpUtils
  • HtmlParser: simple_html_dom
  • HttpCache: none
  • HttpUtils: none