kraken-php icon indicating copy to clipboard operation
kraken-php copied to clipboard

Official Kraken.io library for PHP - https://kraken.io

Results 6 kraken-php issues
Sort by recently updated
recently updated
newest added

Since 2 days ago and the kraken DB outage, I'm getting this error "Error while creating temporary directory in file storage." Any solutions please ? Thanks you

I'm wondering if the HTTP status codes could be returned from the `Kraken->request()` method to improve error handling? https://kraken.io/docs/http-status-codes Possibly something like this: ``` private function request($data, $url, $type) {...

# Pull request ## What I did Let us know which feature or bug fix you want to add, summarize. ## How I did it Provide implementation details, and optimally...

This should be fairly self-explanatory. The `proxyParams` parameter was already designed as an array to allow further options.

I know the URL validation was removed in 69a7605 but it would simpler to implement if it's kept but the validation is not done via a regex.

This branch adds support for sending multiple URLs to Kraken via a cURL multi handle, which can be significantly faster than making many individual cURL requests. The syntax to make...