PHPackages                             ju5t/bitvavo-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. [API Development](/categories/api)
4. /
5. ju5t/bitvavo-client

ActiveLibrary[API Development](/categories/api)

ju5t/bitvavo-client
===================

A Modern Bitvavo Client

02PHP

Since Aug 17Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Bitvavo Client for PHP
======================

[](#bitvavo-client-for-php)

This is a work in progress.

All trades on the Bitvavo platform are processed based on [Trading Rules](https://bitvavo.com/en/trading-rules). Please read this document to understand more about the nitty gritty of fees, orders and other parameters.

We want to be 100% clear. Using this client is at your own risk. Bitvavo and the makers of this package are not liable for any potential damages caused. We provide no warranties whatsoever, neither explicit or implicit.

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

[](#installation)

```
composer install bitvavo/bitvavo-client
```

Usage
-----

[](#usage)

```
include 'vendor/autoload.php';

use Bitvavo\Bitvavo;

$bitvavo = new Bitvavo(apiKey: $apiKey, apiSecret: $apiSecret);
Bitvavo::setInstance($bitvavo);
```

This will give you access to the Bitvavo API through `$bitvavo`. However, we do recommend using Models to fetch information from the API. For example:

```
$market = Market::make(coin: 'BTC', currency: 'EUR');
$all = Trade::market($market)->all();
```

This will give you all Trades, based on the `BTC-EUR` market.

Dates &amp; Timezones
---------------------

[](#dates--timezones)

Bitvavo returns timestamps, not dates. As timestamps are hard(er) to work with when developing applications, we try to append a public property called `date`. This will be a [Carbon](https://carbon.nesbot.com/) object.

By default, timestamps are returned as UTC. This can be practical, but it isn't when your displaying dates. The `date` property is converted to the `Europe/Amsterdam` timezone by default. If you want to change this, you can use:

```
Bitvavo::setTimezone('America/Toronto')
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3635751?v=4)[Thomas](/maintainers/ju5t)[@ju5t](https://github.com/ju5t)

---

Top Contributors

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

---

Tags

bitvavocryptocurrencyrest-api

### Embed Badge

![Health badge](/badges/ju5t-bitvavo-client/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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