PHPackages                             polevaultweb/codeception-activecampaign - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. polevaultweb/codeception-activecampaign

ActiveLibrary[Testing &amp; Quality](/categories/testing)

polevaultweb/codeception-activecampaign
=======================================

ActiveCampaign module for Codeception

1.0(7y ago)010MITPHPPHP &gt;=5.4.0

Since Mar 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/polevaultweb/codeception-activecampaign)[ Packagist](https://packagist.org/packages/polevaultweb/codeception-activecampaign)[ RSS](/packages/polevaultweb-codeception-activecampaign/feed)WikiDiscussions master Synced 4d ago

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

Codeception ActiveCampaign
==========================

[](#codeception-activecampaign)

An ActiveCampaign email marketing module for Codeception.

Installation
------------

[](#installation)

You need to add the repository into your composer.json file

```
composer require --dev polevaultweb/codeception-activecampaign
```

Usage
-----

[](#usage)

You can use this module as any other Codeception module, by adding 'ActiveCampaign' to the enabled modules in your Codeception suite configurations.

### Add ActiveCampaign to your list of modules

[](#add-activecampaign-to-your-list-of-modules)

```
modules:
    enabled:
        - ActiveCampaign
```

### Setup the configuration variables

[](#setup-the-configuration-variables)

```
    config:
        ActiveCampaign:
            api_key: '%ACTIVECAMPAIGN_API_KEY%'
            api_url: '%ACTIVECAMPAIGN_API_URL%'
```

Update Codeception build

```
codecept build
```

### Supports

[](#supports)

- getActiveCampaignsForSubscriber
- deleteSubscriber

And assertions

- seeCustomFieldForSubscriber
- seeTagsForSubscriber
- cantSeeTagsForSubscriber
- seeCampaignsForSubscriber
- cantSeeCampaignsForSubscriber
- waitForSubscriberToNotHaveTags

### Usage

[](#usage-1)

```
$I = new AcceptanceTester( $scenario );

$I->seeTagsForSubscriber( 'john@gmail.com', array( 'customer', 'product-x' ) );
$I->seeCampaignsForSubscriber( 'john@gmail.com', array( 12345, 67890 ) );
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2630d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a5332cfc97e7f7a221cddd5feb87a861346acd7670b895b65f59e78b26490c9?d=identicon)[polevaultweb](/maintainers/polevaultweb)

---

Top Contributors

[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (3 commits)")

---

Tags

codeceptionactivecampaign

### Embed Badge

![Health badge](/badges/polevaultweb-codeception-activecampaign/health.svg)

```
[![Health](https://phpackages.com/badges/polevaultweb-codeception-activecampaign/health.svg)](https://phpackages.com/packages/polevaultweb-codeception-activecampaign)
```

###  Alternatives

[lucatume/wp-browser

A set of Codeception modules to test WordPress projects.

6343.8M153](/packages/lucatume-wp-browser)[codeception/module-asserts

Codeception module containing various assertions

8550.6M1.2k](/packages/codeception-module-asserts)[codeception/lib-innerbrowser

Parent library for all Codeception framework modules and PhpBrowser

8641.7M77](/packages/codeception-lib-innerbrowser)[codeception/module-symfony

Codeception module for Symfony framework

949.4M95](/packages/codeception-module-symfony)[codeception/module-webdriver

WebDriver module for Codeception

3831.4M245](/packages/codeception-module-webdriver)[allure-framework/allure-codeception

Allure Codeception integration

5212.1M7](/packages/allure-framework-allure-codeception)

PHPackages © 2026

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