PHPackages                             setono/kraken-io-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. setono/kraken-io-php-sdk

ActiveLibrary[API Development](/categories/api)

setono/kraken-io-php-sdk
========================

A PHP SDK for the kraken.io API

v1.1.1(5y ago)129.9k↓50%1[1 PRs](https://github.com/Setono/kraken-io-php-sdk/pulls)2MITPHPPHP &gt;=7.3

Since Feb 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/kraken-io-php-sdk)[ Packagist](https://packagist.org/packages/setono/kraken-io-php-sdk)[ RSS](/packages/setono-kraken-io-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (10)Versions (7)Used By (2)

Kraken.io PHP SDK
=================

[](#krakenio-php-sdk)

[![Latest Version](https://camo.githubusercontent.com/78a17fe052ea1bfd259c718d75874039b391f147cc4086d210dd3a9cf35a33ef/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f6b72616b656e2d696f2d7068702d73646b2f762f737461626c65)](https://packagist.org/packages/setono/kraken-io-php-sdk)[![Latest Unstable Version](https://camo.githubusercontent.com/e68b7d4bac8f4d1c2147fe39c1aa0624042049497fe2eec949a8673de2bdaadb/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f6b72616b656e2d696f2d7068702d73646b2f762f756e737461626c65)](https://packagist.org/packages/setono/kraken-io-php-sdk)[![Software License](https://camo.githubusercontent.com/114b84a715e4a8d43a990d049c8c3c77179604b184175fe8b3b6f821f47d7d59/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f6b72616b656e2d696f2d7068702d73646b2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/kraken-io-php-sdk/workflows/build/badge.svg)](https://github.com/Setono/kraken-io-php-sdk/actions)

A PHP SDK for the [Kraken.io API](https://kraken.io/docs/getting-started).

Installation
------------

[](#installation)

### Download

[](#download)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:

```
$ composer require setono/kraken-io-php-sdk
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Install HTTP client

[](#install-http-client)

This library is HTTP client agnostic so you need to provide your own PSR18 HTTP client implementation. If you don't want to bother with this, you can just do this:

```
$ composer require kriswallsmith/buzz nyholm/psr7
```

This will install the PSR18 HTTP client, Buzz and HTTP message factories used to create requests, responses, and streams.

Usage
-----

[](#usage)

### Upload file via URL and wait for a response

[](#upload-file-via-url-and-wait-for-a-response)

```
