PHPackages                             polevaultweb/codeception-drip - 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-drip

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

polevaultweb/codeception-drip
=============================

Drip module for Codeception

1.0.3(7y ago)03.3kMITPHPPHP &gt;=5.4.0

Since Feb 11Pushed 7y ago1 watchersCompare

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

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

Codeception Drip
================

[](#codeception-drip)

A Drip email marketing module for Codeception.

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

[](#installation)

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

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

Usage
-----

[](#usage)

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

### Add Drip to your list of modules

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

```
modules:
    enabled:
        - Drip
```

### Setup the configuration variables

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

```
    config:
        Drip:
            api_key: '%DRIP_API_KEY%'
            account_id: '%DRIP_ACCOUNT_ID%'
```

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~6 days

Total

4

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 (5 commits)")

---

Tags

codeceptiondrip

### Embed Badge

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

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

###  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)
