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

ActiveLibrary[API Development](/categories/api)

tchury/activecampaign-v3-php
============================

PHP Wrapper for ActiveCampaign

v1.3(2y ago)12.5kMITPHP

Since Jan 24Pushed 2y agoCompare

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

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

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

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

Unofficial PHP Wrapper for ActiveCampaign API v3.

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

[](#installation)

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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% 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 ~360 days

Recently: every ~424 days

Total

6

Last Release

854d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/822f3a68095499cda2d88295301de988d9f430c7fd197dc5840e7660d07f415c?d=identicon)[tchury](/maintainers/tchury)

---

Top Contributors

[![atomasevic](https://avatars.githubusercontent.com/u/6564194?v=4)](https://github.com/atomasevic "atomasevic (10 commits)")[![alessandrodorazio](https://avatars.githubusercontent.com/u/18699918?v=4)](https://github.com/alessandrodorazio "alessandrodorazio (7 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/tchury-activecampaign-v3-php/health.svg)

```
[![Health](https://phpackages.com/badges/tchury-activecampaign-v3-php/health.svg)](https://phpackages.com/packages/tchury-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)
