ajtormon/activecampaign-v3

PHP wrapper for ActiveCampaign API V3

1.0.4 2024-11-25 13:47 UTC

This package is auto-updated.

Last update: 2025-06-25 15:00:40 UTC


README

A PHP library for interacting with the ActiveCampaign API v3.

Installation

You can install this package via Composer:

composer require ajtormon-dev/activecampaign-v3

Usage

use AjtormonDev\ActiveCampaign;

$apiKey = 'your-api-key';
$apiUrl = 'https://your-account.api-us1.com';

$ac = new ActiveCampaign($apiKey, $apiUrl);

// Example API call
$response = $ac->contacts()->retrieve();

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

ajtormon-dev

Support

If you encounter any problems or have any questions, please open an issue on the GitHub repository.