PHPackages                             andrederoos/kraken-client - 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. andrederoos/kraken-client

ActiveLibrary

andrederoos/kraken-client
=========================

REST-api client for Kraken.com

v0.2-alpha(4y ago)023MITPHP

Since May 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/andrederoos/kraken-client)[ Packagist](https://packagist.org/packages/andrederoos/kraken-client)[ RSS](/packages/andrederoos-kraken-client/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

kraken-client
=============

[](#kraken-client)

REST-api client for Kraken.com

[![Latest Version](https://camo.githubusercontent.com/b5828ec01a819124e460cd861a451a8ca0a27ff6c93514f3f66eb68fab06d82c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f616e6472656465726f6f732f6b72616b656e2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/andrederoos/kraken-client/releases)[![Build Status](https://camo.githubusercontent.com/1c39774cf7debbc928ed2916a2de50e5ead0fdf7d4514fb088a9f7398e9f7b11/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616e6472656465726f6f732f6b72616b656e2d636c69656e742f43493f6c6162656c3d63692532306275696c64267374796c653d666c61742d737175617265)](https://github.com/andrederoos/kraken-client/actions?query=workflow%3ACI)

- Simple interface for executing messages for Kraken REST api
- Abstracts away the underlying signing of requests

```
$key = 'your-api-key';
$secret = 'your-api-secret';

$client = new \KrakenClient\KrakenClient($key, $secret);
$message = new \KrakenClient\message\MessageGetAccountBalances();
$response = $client->send($message->generateRequest(), $message->getNonceOrNull());

echo $response->getBody();
```

Help and docs
-------------

[](#help-and-docs)

- [Kraken REST api documentation](https://docs.kraken.com/rest/)

Installing
----------

[](#installing)

The recommended way to install the client is through [Composer](https://getcomposer.org/).

```
composer require andrederoos/kraken-client
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

1813d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3601011?v=4)[A. de Roos](/maintainers/andrederoos)[@andrederoos](https://github.com/andrederoos)

---

Top Contributors

[![andrederoos](https://avatars.githubusercontent.com/u/3601011?v=4)](https://github.com/andrederoos "andrederoos (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andrederoos-kraken-client/health.svg)

```
[![Health](https://phpackages.com/badges/andrederoos-kraken-client/health.svg)](https://phpackages.com/packages/andrederoos-kraken-client)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
