qdequippe-tech/silae-php
最新稳定版本:0.7.0
Composer 安装命令:
composer require qdequippe-tech/silae-php
包简介
Silae REST API PHP SDK
README 文档
README
PHP library to communicate with Silae REST API.
This SDK is generated automatically with JanePHP.
Installation
This library is built atop of PSR-7 and PSR-18. So you will need to install some implementations for those standard interfaces.
If no PSR-18 client or PSR-7 message factory is available yet in your project or you don't know or don't care which one to use, just install some default:
composer require symfony/http-client nyholm/psr7
You can now install the client:
composer require qdequippe-tech/silae-php
Usage
$client = \QdequippeTech\Silae\ClientFactory::create(); $request = new \QdequippeTech\Silae\Api\Model\ListeDossiersRequest(); $request->setTypeDossiers(1); $client->listeDossiers($request);
Thanks
统计信息
- 总下载量: 492
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-24