A snippet that helps you download files from the web, with the use of the well known cURL library for php.
A set of classes for sending and receiving HTTP messages. It's based on Perl's LWP. It is not as feature rich or stable as LWP and only supports HTTP scheme.
A client class implementing HTTP methods and a subset of WebDAV (a web publishing protocol) methods.
These functions are used to upload and download files over HTTP. They open a socket connection to the remote host and make a HTTP request. Use these functions to easily upload and download files within your PHP code.
A PHP unit for performing HTTP, GET and POST requests. Easy to use. Brief documentation included.
This class fetches a web page by opening a socket connection to the remote host and making a HTTP request. It doesn't have any dependencies so you can easily use it with your code. It's an alternative if your server doesn't have PHP with Curl enabled, or your PHP configuration doesn't allow opening URLs with fopen().