PHPackages                             warchiefs/activecampaign-v3-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. warchiefs/activecampaign-v3-php

ActiveLibrary[API Development](/categories/api)

warchiefs/activecampaign-v3-php
===============================

PHP Wrapper for ActiveCampaign

v1.1(6y ago)01.6kMITPHP

Since Jan 24Pushed 4y agoCompare

[ Source](https://github.com/Warchiefs/activecampaign-v3-php)[ Packagist](https://packagist.org/packages/warchiefs/activecampaign-v3-php)[ RSS](/packages/warchiefs-activecampaign-v3-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (0)

About this fork
===============

[](#about-this-fork)

It was created to allows to use with guzzle version 7+. `"warchiefs/activecampaign-v3-php": "dev-master",`

(Original readme) Active Campaign v3 PHP Wrapper
================================================

[](#original-readme-active-campaign-v3-php-wrapper)

Unofficial PHP Wrapper for ActiveCampaign API v3.

Installation:
-------------

[](#installation)

```
composer require mediatoolkit/activecampaign-v3-php

```

Basic usage:
------------

[](#basic-usage)

#### Create a client:

[](#create-a-client)

```
$client = new Client(
    $api_url,
    $api_token,
    $event_tracking_actid,
    $event_tracking_key
);

```

#### Select Contacts endpoint:

[](#select-contacts-endpoint)

```
$contacts = new Contacts($client);

```

#### Create new contact:

[](#create-new-contact)

```
$contact = $contacts->create([
    'email' => 'CONTACT_EMAIL',
    'firstName' => 'CONTACT_FIRST_NAME',
    'lastName' => 'CONTACT_LAST_NAME'
]);

```

Available endpoints:
--------------------

[](#available-endpoints)

- Contacts
- Deals
- Lists
- Organizations
- EventTracking
- SiteTracking

ActiveCampaign Developer Documentation
--------------------------------------

[](#activecampaign-developer-documentation)

Official API docs:

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~107 days

Total

2

Last Release

2546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe7fffd8256d8b2086156aebf926cc9a459049c1c17c5d50373f29cc0ee903fd?d=identicon)[Warchiefs](/maintainers/Warchiefs)

---

Top Contributors

[![atomasevic](https://avatars.githubusercontent.com/u/6564194?v=4)](https://github.com/atomasevic "atomasevic (10 commits)")[![Warchiefs](https://avatars.githubusercontent.com/u/10066149?v=4)](https://github.com/Warchiefs "Warchiefs (4 commits)")[![peterquentin](https://avatars.githubusercontent.com/u/1672096?v=4)](https://github.com/peterquentin "peterquentin (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/warchiefs-activecampaign-v3-php/health.svg)

```
[![Health](https://phpackages.com/badges/warchiefs-activecampaign-v3-php/health.svg)](https://phpackages.com/packages/warchiefs-activecampaign-v3-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
