Download List

Project Description

PHP HTTP protocol client is a PHP class for making HTTP requests. It can establish connections via SOCKS or proxy servers and establish secure connections (HTTPS) with optional SSL client certificates. It supports HTTP Basic, HTTP Digest, and NTLM (Windows or Samba) authentication mechanisms. It submits POST requests with user-defined form values, file uploading, or with user-defined request bodies. It handles cookies and automatic redirection handling. There is an addon class that logs in to Yahoo! and executes actions on behalf of the user, like exporting the address book or sending invitations to Yahoo! groups.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-10-09 04:31
2012.10.05

This release adds support to disable SASL authentication so it can perform OAuth authorization without prompting for SASL libraries.

2011-11-23 20:48
2011.11.23

This release adds support for returning numeric error codes to let the application treat HTTP access errors according to the type of error. It also fixes the handling of malformed redirection URLs returned by the Location response headers.

2011-08-15 20:51
2011.08.14

This release fixes a bug in the connection to SSL servers that prevented it from working with servers with SSL virtual hosts. It also fixes the setting of the user name when connecting to a server via a SOCKS 4 proxy.

2011-01-27 21:37
2011.01.26

This release fixes a bug in handling cookies due to case sensitive cookie attribute names. It also adds a new function that can read whole HTTP reply body parts in a single call. It also adds support to set the Accept header value to be sent in all request headers, including redirected and authenticated requests. Now it is also possible to dump debug information to a file instead of the script output.

2009-09-08 17:22
2009.09.02

The class was changed to avoid using POSIX regular expression functions, which are deprecated since PHP 5.3. It also automatically fixes malformed URLs that contain spaces.

Project Resources