crmcarecloud/api-php-client 问题修复 & 功能扩展

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

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

crmcarecloud/api-php-client

最新稳定版本:4.5.0

Composer 安装命令:

composer require crmcarecloud/api-php-client

包简介

无描述信息

README 文档

README

Installation

You can install this package with composer:

composer require crmcarecloud/api-php-client:^2.0 

Example

Usage and the examples are available in folder docs

<?php require_once(__DIR__ . '/vendor/autoload.php'); // Configure HTTP basic authorization: basicAuth $config = CrmCareCloud\Webservice\RestApi\Client\Configuration::getDefaultConfiguration() ->setUsername('YOUR_USERNAME') ->setPassword('YOUR_PASSWORD'); // Configure HTTP bearer authorization: bearerAuth $config = CrmCareCloud\Webservice\RestApi\Client\Configuration::getDefaultConfiguration() ->setAccessToken('YOUR_ACCESS_TOKEN'); $apiInstance = new CrmCareCloud\Webservice\RestApi\Client\Api\CardsApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); $card_id = "card_id_example"; // string | The unique id for the card $accept_language = "cs, en-gb;q=0.8"; // string | The unique id of the language code by ISO 639-1 try { $result = $apiInstance->getCard($card_id, $accept_language); print_r($result); } catch (Exception $e) { echo 'Exception when calling CardsApi->getCard: ', $e->getMessage(), PHP_EOL; } ?>

统计信息

  • 总下载量: 6.71k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固