Download the PHP package setono/kraken-io-php-sdk without Composer
On this page you can find all versions of the php package setono/kraken-io-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download setono/kraken-io-php-sdk
More information about setono/kraken-io-php-sdk
Files in setono/kraken-io-php-sdk
Package kraken-io-php-sdk
Short Description A PHP SDK for the kraken.io API
License MIT
Informations about the package kraken-io-php-sdk
Kraken.io PHP SDK
A PHP SDK for the Kraken.io API.
Installation
Download
Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
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:
This will install the PSR18 HTTP client, Buzz and HTTP message factories used to create requests, responses, and streams.
Usage
Upload file via URL and wait for a response
Get user status
I want to use my own HTTP client implementation and message factories
You can inject your own implementations when instantiating the client:
All versions of kraken-io-php-sdk with dependencies
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
thecodingmachine/safe Version ^1.0
webimpress/safe-writer Version ^2.0
webmozart/assert Version ^1.7