StocKraken HTTP Request is a set of lightweight HTTP libraries available in multiple languages, built and maintained by clickoding. Base on Unirest for PHP.
Full documentation can be read here.
- Utility methods to call GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH requests
- Supports form parameters, file uploads and custom body entities
- Supports gzip
- Supports Basic, Digest, Negotiate, NTLM Authentication natively
- Customizable timeout
- Customizable default headers for every request (DRY)
- Automatic JSON parsing into a native object for JSON responses
- cURL
- PHP 5.4 or above
- Unirest For PHP
- Codeigniter 3.x (this library work on CI)