airlst/clickup-sdk-php 问题修复 & 功能扩展

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

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

airlst/clickup-sdk-php

最新稳定版本:1.0.1

Composer 安装命令:

composer require airlst/clickup-sdk-php

包简介

PHP SDK for ClickUp API v2

README 文档

README

This package provides a PHP SDK for the ClickUp API V2, allowing developers to easily integrate ClickUp's services into their applications. It is built using ClickUp's official OpenAPI specifications and is built with the help of crescat-io/saloon-sdk-generator tool.

Installation

composer require airlst/clickup-sdk-php

Usage

use ClickUp\V2\ClickUpSDK;

$connector = new ClickUpSDK(
    config('services.clickup.customer'),
    config('services.clickup.username'),
    config('services.clickup.password'),
);

$response = $connector->clients()->fetchAllTenantsFormerlyClients();

Contributing

If you want to contribute to this SDK, you can generate the SDK from the fresh OpenAPI specification using the following command:

php application build

Links

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-07-23