This package can perform HTTP requests using the CURL extension, send files via that, and can set the parameters and options to send HTTP GET and POST requests using the CURL extension functions.
The names of the options are the same as the ones defined in the PHP documentation of the CURL extension.
It also contains a XML parser class which can read an XML file or string and return the document as an array or JSON string. It is also can convert an array and save to a XML file or just return an XML string. |