isofarro / php5-http-utils
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 2c49d85f4b80780cbf5443ae4d1ae79ef752c59f
tree 5a7fc320b647fd1eabb66fb3aa0886351d85a570
parent 959ae3de89c49d8034ac4f7c69212a372d9e8295
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

