qdequippe-tech/silae-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

💙 JoliCode PHP Slack Client

统计信息

  • 总下载量: 492
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-24