ajtormon/activecampaign-v3

PHP wrapper for ActiveCampaign API V3

Maintainers

Package info

github.com/ajtormon-dev/activecampaign-v3

pkg:composer/ajtormon/activecampaign-v3

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2024-11-25 13:47 UTC

This package is auto-updated.

Last update: 2026-02-25 16:39:57 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.