Easy cURL 1.2
May 4th, 2009 No comments
This PHP class can be used to access Web resources using the cURL extension, which can send HTTP requests to a given URL using the GET or POST methods with optional parameters.
In addition to all regular cURL options, the class also supports methods for setting authentication credentials and making requests over a proxy server.
Requirements:
ยท PHP 5 or higher