PHPackages                             reikap/vndbclient - 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. reikap/vndbclient

ActiveLibrary

reikap/vndbclient
=================

VNDB PHP Client for Laravel

028PHP

Since Jan 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/reikaP/vndbclient)[ Packagist](https://packagist.org/packages/reikap/vndbclient)[ RSS](/packages/reikap-vndbclient/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

VNDB PHP Client for Laravel
---------------------------

[](#vndb-php-client-for-laravel)

### Configuration

[](#configuration)

Add the package to project dependencies

` composer require shikakunhq/vndbclient:dev-master`

Register the provider in `config/app.php`

`Shikakunhq\VNDBClient\VNDBServiceProvider::class`

Pull configuration from vendor. Then config will goes to ` config/vndb.php`

`php artisan vendor:publish --provider="Shikakunhq\VNDBClient\VNDBServiceProvider" --tag="config"`

### Basic Usage

[](#basic-usage)

##### Retrieving information

[](#retrieving-information)

```
use Shikakunhq\VNDBClient\VNDBRequest;
class HomeController {
  public function index() {
    dd(VNDBRequest::getInfobyId(22152));
  }
}
```

Result

```
{array ▼
  +"id": 22152
  +"producer_id": 930
  +"title": "Koi Suru Kokoro to Mahou no Kotoba"
  +"producer": "Hearts"
  +"original": "恋するココロと魔法のコトバ"
  +"aliases": """
    Koikoro\n
    恋コロ\n
    Heart in Love, Word of Magic
    """
  +"released": "2018-05-25"
  +"description": """
    Narumi is a second-year student at Asanoha Gakuen. One day, he headed to the Garden Club room to return something left behind by his classmate Kazane, but he in ▶
    \n
    """
  +"image": "s.vndb.org/cv/32/33932.jpg"
  +"image_nsfw": false
  +"relation": []
  +"characters": array:14 [▼
    0 => array:9 [▼
      "id" => 65569
      "name" => "Haru Haru"
      "original" => "春 ハル"
      "gender" => "f"
      "description" => """
        Race: High level spirit\n
        Breast: Large\n
        \n
        A really energetic high-leveled spirit whose catchphrase is &quot;kiniirimashita~♪.&quot;\n
        \n
        Easily getting impressed. Her tears often coming out even for trivial things. An optimist character who can see a person's good side.
        """
      "bloodt" => null
      "image" => "s.vndb.org/ch/87/79387.jpg"
      "aliases" => "Haruharu"
      "role" => "primary"
    ]
    2 => array:9 [▶]
    4 => array:9 [▶]
    6 => array:9 [▶]
    8 => array:9 [▶]
    10 => array:9 [▶]
    12 => array:9 [▶]
    14 => array:9 [▶]
    16 => array:9 [▶]
    18 => array:9 [▶]
    20 => array:9 [▶]
    22 => array:9 [▶]
    24 => array:9 [▶]
    26 => array:9 [▶]
  ]
}

```

##### Custom Commands

[](#custom-commands)

```
use Shikakunhq\VNDBClient\VNDBRequest;
class HomeController {
  public function index() {
    dd(VNDBRequest::command('get vn basic,details (title="Wagamama High Spec")');
  }
}
```

Visit [API Documentation](https://vndb.org/d11) for more usage

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity47

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/8a098a864f7a44f6c6782c21f3e81e011a788cef409a827e3a7f6d8090f30e00?d=identicon)[reikap](/maintainers/reikap)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/reikap-vndbclient/health.svg)

```
[![Health](https://phpackages.com/badges/reikap-vndbclient/health.svg)](https://phpackages.com/packages/reikap-vndbclient)
```

PHPackages © 2026

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