PHPackages                             eekes/vbl-api - 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. eekes/vbl-api

ActiveLibrary

eekes/vbl-api
=============

PHP wrapper for the VBL API that turns all data into nice objects.

v1.0.5(4y ago)3154MITPHPPHP &gt;=7.4

Since May 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/eekes/vbl-api)[ Packagist](https://packagist.org/packages/eekes/vbl-api)[ Docs](https://github.com/eekes/vbl-api)[ RSS](/packages/eekes-vbl-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

VBL API
=======

[](#vbl-api)

[![Testing](https://github.com/eekes/vbl-api/workflows/Tests/badge.svg)](https://github.com/eekes/vbl-api/workflows/Tests/badge.svg) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/175123884f8482d0282cdf9a3207a06470e6d507d97f42c2c9cc228e34ff7887/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65656b65732f76626c2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/eekes/vbl-api/?branch=master)

PHP wrapper for the [VBL (Basketbal Vlaanderen) API](https://www.basketbal.vlaanderen/faq/categorie/api) to get all data as nice objects, making it much easier to use on you club's website.

Usage
-----

[](#usage)

Install using composer:

```
composer require eekes/vbl-api

```

Then use any of these static methods:

```
use Eekes\VblApi\Api\GamesApi;
use Eekes\VblApi\Api\MembersApi;
use Eekes\VblApi\Api\ClubApi;
use Eekes\VblApi\Api\TeamApi;

$gamesByTeamId = GamesApi::byTeamId("xxx");
$gamesByClubId = GamesApi::byClubId("xxx");

$members = MembersApi::byClubId("xxx");

$club = ClubApi::byId("xxx");

$team = TeamApi::byId("xxx");
```

Every method uses return types (combined with type-hinted annotations if needed) so each response should be self-explanatory and add auto-completion in your IDE.

Contributing and testing
------------------------

[](#contributing-and-testing)

If you see improvements or bugs, feel free to contribute!

Provisioning for local development is provided. You can simply run `vagrant up` and run tests within the `/vagrant`directory by running: `./vendor/bin/phpunit`.

You'll need to provide these env values in order for the tests to work:

```
CLUB_ID=club_id
TEAM_ID="team_id"

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~125 days

Recently: every ~143 days

Total

6

Last Release

1562d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a894586eb562b51b5d112b86f665afbb619edb17939aae591816a23dfda776d1?d=identicon)[eekes](/maintainers/eekes)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eekes-vbl-api/health.svg)

```
[![Health](https://phpackages.com/badges/eekes-vbl-api/health.svg)](https://phpackages.com/packages/eekes-vbl-api)
```

###  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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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