PHPackages                             joostfaassen/vndb-client-php - 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. joostfaassen/vndb-client-php

ActiveLibrary[API Development](/categories/api)

joostfaassen/vndb-client-php
============================

API client for vndb.org

229

Since Jan 3Compare

[ Source](https://github.com/joostfaassen/vndb-client-php)[ Packagist](https://packagist.org/packages/joostfaassen/vndb-client-php)[ RSS](/packages/joostfaassen-vndb-client-php/feed)WikiDiscussions Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

vndb-client-php
===============

[](#vndb-client-php)

A vndb.org client for PHP. It can be used both as a PHP library and as a stand-alone CLI tool

Library usage:
--------------

[](#library-usage)

```
use VndbClient\Client;

$client = new Client();
$client->connect();
$client->login($username, $password);
$res = $client->sendCommand('dbstats'); // send raw command
$res = $client->getVisualNovelDataById(5);
$res = $client->getReleaseDataById(21446);
$res = $client->getProducerDataById(24);
$res = $client->getCharacterDataById(537);
```

All methods return a `VndbClient\Response` object, containing `->getType()` and `->getData()` methods to read the response.

CLI usage
---------

[](#cli-usage)

```
./bin/vndb-client vndb:getbyid your_username your_password vn 5
./bin/vndb-client vndb:getbyid your_username your_password release 5
./bin/vndb-client vndb:getbyid your_username your_password producer 5
./bin/vndb-client vndb:getbyid your_username your_password character 5

```

The VNDB Protocol
-----------------

[](#the-vndb-protocol)

For details on the workings of this API, and for a description of the returned data, please check:

```
    https://vndb.org/d11

```

Composer / Packagist
--------------------

[](#composer--packagist)

The library is available on packagist.org as `joostfaassen/vndb-client-php`

License
-------

[](#license)

MIT

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://www.gravatar.com/avatar/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/joostfaassen-vndb-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/joostfaassen-vndb-client-php/health.svg)](https://phpackages.com/packages/joostfaassen-vndb-client-php)
```

###  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.0k15](/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)
