PHPackages                             jetimob/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. jetimob/activecampaign-v3-php

AbandonedArchivedLibrary

jetimob/activecampaign-v3-php
=============================

PHP Wrapper for ActiveCampaign

v3.0.0(3y ago)13.8k2[1 PRs](https://github.com/jetimob/activecampaign-v3-php/pulls)MITPHPPHP ^8.0

Since Jan 24Pushed 1y agoCompare

[ Source](https://github.com/jetimob/activecampaign-v3-php)[ Packagist](https://packagist.org/packages/jetimob/activecampaign-v3-php)[ RSS](/packages/jetimob-activecampaign-v3-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (15)Used By (0)

Active Campaign v3 PHP Wrapper
==============================

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

Unofficial PHP Wrapper for ActiveCampaign API v3.

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

[](#installation)

```
composer require jetimob/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

37

—

LowBetter than 83% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~108 days

Recently: every ~161 days

Total

13

Last Release

1354d ago

Major Versions

0.0.1 → v1.22020-10-28

V1.2.1 → v2.0.12020-11-06

v2.3.0 → v3.0.02022-08-25

PHP version history (4 changes)0.0.1PHP ^7.1

v2.0.1PHP ^7.4

v2.3.0PHP ^7.4 || ^8.0

v3.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e5fb8c906109627d61798c5281a81910d803016af5533cf3d51c8c4c2bc7741?d=identicon)[jetimob](/maintainers/jetimob)

---

Top Contributors

[![atomasevic](https://avatars.githubusercontent.com/u/6564194?v=4)](https://github.com/atomasevic "atomasevic (10 commits)")[![peterquentin](https://avatars.githubusercontent.com/u/1672096?v=4)](https://github.com/peterquentin "peterquentin (2 commits)")[![marcioal1991](https://avatars.githubusercontent.com/u/6003365?v=4)](https://github.com/marcioal1991 "marcioal1991 (1 commits)")[![reichert-lucas](https://avatars.githubusercontent.com/u/50890378?v=4)](https://github.com/reichert-lucas "reichert-lucas (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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