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

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

polevaultweb/codeception-helpscout
==================================

Help Scout module for Codeception

1.0(6y ago)02.9k1[1 issues](https://github.com/polevaultweb/codeception-helpscout/issues)[1 PRs](https://github.com/polevaultweb/codeception-helpscout/pulls)MITPHP

Since Oct 24Pushed 6y ago1 watchersCompare

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

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

Codeception Help Scout
======================

[](#codeception-help-scout)

A Help Scout email module for Codeception.

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

[](#installation)

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

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

Usage
-----

[](#usage)

You can use this module as any other Codeception module, by adding 'HelpScout' 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:
        - HelpScout
```

### Setup the configuration variables

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

```
    config:
        HelpScout:
            app_id: '%HELPSCOUT_APP_ID%'
            app_secret: '%HELPSCOUT_APP_SECRET%'
```

Update Codeception build

```
codecept build
```

### Supports

[](#supports)

This Codeception Module implements the required methods to test emails using the [Codeception Email Testing Framework](https://github.com/ericmartel/codeception-email) with [Help Scout](https://www.helpscout.com/referral/?code=TzdWZDcwbU0xa2Z6Rnh6c2s4TGxHTmR6L3ptd3J2dzlpb210L0RzUCtjbWVvUT09OnJENTdzaHA2RE5XbGVDa2E)

### Added Methods

[](#added-methods)

This Module adds a few public methods for the user, such as:

```
dontHaveEmailEmail()

```

Deletes an email in Help Scout

```
fetchEmails()

```

Fetches all conversations from Help Scout, and assigns them to the current and unread inboxes

```
openNextUnreadEmail()

```

Pops the most recent unread email and assigns it as the email to conduct tests on

`waitForEmailFromSender()`Waits for an email to arrive from a specific email address

### Usage

[](#usage-1)

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

$I->fetchEmails( 12345 );
$I->openNextUnreadEmail();
$I->seeInOpenedEmailSubject( 'Thank you' );
$I->seeInOpenedEmailSender( 'john@doe.com' );
$I->seeInOpenedEmailBody( 'Hey, thanks for the great product' );
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

2442d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1770201?v=4)[Iain Poulson](/maintainers/polevaultweb)[@polevaultweb](https://github.com/polevaultweb)

---

Top Contributors

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

---

Tags

codeceptionhelpscoutHelp Scout

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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