flux-eco/open-api-client
Composer 安装命令:
composer require flux-eco/open-api-client
包简介
Assists in querying openapis
README 文档
README
This component is supposed to assist in querying openapis.
Functional Usage
fluxDotEnv\loadDotEnv(__DIR__);
$result = fluxOpenApiClient\query('/api/ilias/accounts', [], 'EXAMPLE_');
print_r($result); exit;
outputs:
Array
(
[firstname] => Emmett
[lastname] => Brown
[lastChanged] => 2021-01-15T05:30:10+01:00
)
Contributing 💜
Please ...
- ... register an account at https://git.fluxlabs.ch
- ... create pull requests 🔥
Adjustment suggestions / bug reporting 🐾
Please ...
- ... register an account at https://git.fluxlabs.ch
- ... ask us for a Service Level Agreement: support@fluxlabs.ch 😘
- ... read and create issues
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2022-03-27