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 3w ago

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

Maturity29

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 (2 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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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