PHPackages                             tecbeast/laravel-codeception-email-assertions - 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. tecbeast/laravel-codeception-email-assertions

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

tecbeast/laravel-codeception-email-assertions
=============================================

This Module for codeception should enable easy assertions for emails with laravel 5.1+

2.0.0(5y ago)310.4k1MITPHPPHP &gt;=7.0.0

Since Jun 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tecbeast42/laravel-codeception-email-assertions)[ Packagist](https://packagist.org/packages/tecbeast/laravel-codeception-email-assertions)[ RSS](/packages/tecbeast-laravel-codeception-email-assertions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (7)Used By (0)

Installation
============

[](#installation)

```
    composer require tecbeast/laravel-codeception-email-assertions

```

Adapt codeceptions \*.suite.yml file.

E.g.

```
class_name: UnitTester
modules:
    enabled:
        - Laravel5 # this is needed before EmailAssertions
        - EmailAssertions # this contains the email assertions

```

Assertions
----------

[](#assertions)

All assertions will always look for the last email sent in the current test. The assertions should explain them self :).

```
    $I->seeEmailWasSent();
    $I->seeNoEmailWasSent();
    $I->seeEmailWasSentTo('to@domain.com');
    $I->seeEmailWasNotSentTo('from@domain.com');
    $I->seeEmailWasSentFrom('from@domain.com');
    $I->seeEmailWasNotSentFrom('to@domain.com');
    $I->seeEmailWasNotSentFrom('to@domain.com');
    $I->seeEmailContains('Hello');
    $I->seeEmailContainsNot('Laravel');

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~219 days

Recently: every ~274 days

Total

6

Last Release

2159d ago

Major Versions

0.1.1 → 1.0.02017-06-19

1.1.1 → 2.0.02020-06-19

PHP version history (2 changes)0.1.0PHP &gt;=5.5.9

1.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b359abfb9975480b8df47af3304dc1c6c456df5b080ff952b553f8922b516654?d=identicon)[tecbeast](/maintainers/tecbeast)

---

Top Contributors

[![tecbeastflo](https://avatars.githubusercontent.com/u/57449619?v=4)](https://github.com/tecbeastflo "tecbeastflo (5 commits)")[![tecbeast42](https://avatars.githubusercontent.com/u/11748193?v=4)](https://github.com/tecbeast42 "tecbeast42 (2 commits)")[![MaxiStev](https://avatars.githubusercontent.com/u/30327961?v=4)](https://github.com/MaxiStev "MaxiStev (1 commits)")

### Embed Badge

![Health badge](/badges/tecbeast-laravel-codeception-email-assertions/health.svg)

```
[![Health](https://phpackages.com/badges/tecbeast-laravel-codeception-email-assertions/health.svg)](https://phpackages.com/packages/tecbeast-laravel-codeception-email-assertions)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[hotmeteor/spectator

Testing helpers for your OpenAPI spec

3021.4M1](/packages/hotmeteor-spectator)[orchestra/workbench

Workbench Companion for Laravel Packages Development

8217.0M43](/packages/orchestra-workbench)[botble/git-commit-checker

Check coding standard &amp; code syntax with Git pre-commit hook.

47186.4k1](/packages/botble-git-commit-checker)[guanguans/laravel-soar

SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。

2227.8k](/packages/guanguans-laravel-soar)

PHPackages © 2026

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