aria-php/molgenis-php-client
Composer 安装命令:
composer require aria-php/molgenis-php-client
包简介
Molgenis client for PHP
README 文档
README
This is a simple PHP client for interfacing with a Molgenis database endpoint.
Installation
composer require aria-php/molgenis-php-client
Usage
The Client provides the low level interface for calling a Molgenis server
use ARIA\MolgenisPhpClient\Client
$client = new Client('https://molgenis.example.com/');
$result = $client->get('entity_type', 'example_entity_id');
var_export($result);
Running tests
Create a .env.local in the tests directory containing the endpoint and entity information that you are going to query.
统计信息
- 总下载量: 3.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2023-01-24