Simple HTTP Client is a tiny object-oriented PHP library to transferring data using PHP cURL
- Support for GET, POST, PUT, DELETE and HEAD HTTP methods
- Multipart messages
- SSL support
- PHP 5 >= 5.4
- cURL extension
- [] Improvement of cURL options
- [] USe CURLFile to upload a file
- [] Error handling