dragonmantank / activecampaign
An ActiveCampaign v3 Client
dev-main
2022-09-28 17:58 UTC
Requires
- dragonmantank/plinth: ^0.1
- guzzlehttp/guzzle: ^7.5
- laminas/laminas-diactoros: ^2.16
This package is auto-updated.
Last update: 2024-10-28 22:06:13 UTC
README
Installation
This package requires the use of Composer to install.
$ composer require dragonmantank/activecampaign
Usage
$accountUrl = 'https://<company>.api-us1.com'; $accountKey = 'abcd'; $client = new Dragonmantank\ActiveCampaign\Client($accountUrl, $accountKey); // Example to get contacts $response = $client->get('contacts');