leadthread/api-php

LeadThread API 包装器

1.0.1 2019-10-10 18:08 UTC

This package is auto-updated.

Last update: 2024-09-11 15:20:15 UTC


README

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Total Downloads

资源

API v2 文档

安装

通过 composer 安装 - 在终端中

composer require leadthread/api-php

使用

use LeadThread\Api\LeadThread;

$client = new LeadThread($API_TOKEN);

$campaigns = $client->campaigns->all();