文件名称:vndb-client-php:vndb.org php 客户端
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-23 07:06:42
PHP
vndb-client-php 用于 PHP 的 vndb.org 客户端。 它既可以用作 PHP 库,也可以用作独立的 CLI 工具 图书馆使用: 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 -> getProducerD
【文件预览】:
vndb-client-php-master
----.gitignore(17B)
----src()
--------Command()
--------Client.php(3KB)
--------Response.php(394B)
----bin()
--------vndb-client(812B)
----LICENSE(1KB)
----composer.json(546B)
----composer.lock(2KB)
----README.md(1KB)