dragonmantank/activecampaign

ActiveCampaign v3 客户端

dev-main 2022-09-28 17:58 UTC

This package is auto-updated.

Last update: 2024-08-28 21:51:38 UTC


README

安装

此软件包需要使用Composer进行安装。

$ composer require dragonmantank/activecampaign

使用

$accountUrl = 'https://<company>.api-us1.com';
$accountKey = 'abcd';

$client = new Dragonmantank\ActiveCampaign\Client($accountUrl, $accountKey);

// Example to get contacts
$response = $client->get('contacts');