PHP Classes / Simple CURL Wrapper

Submit HTTP requests with the CURL extension

Simple CURL Wrapper PHP Class

This class is a wrapper around the CURL extension functions to submit HTTP requests to remote Web sites. It can submit HTTP HEAD, GET and POST requests and return the server response bodies. The class also creates a temporary file to collect cookies, so you can perform multiple requests sending back the cookie values to the servers that have set the cookies.

Similar PHP Classes

Search in PHP Classes

Filter by tags