twentytwo-labs / mailpit-fake-mailer-client
There is no license information available for the latest version (1.0.2) of this package.
Package info
github.com/TwentytwoLabs/mailpit-fake-mailer-client
pkg:composer/twentytwo-labs/mailpit-fake-mailer-client
1.0.2
2026-09-02 20:43 UTC
Requires
- php: >=8.3
- ext-iconv: *
- twentytwo-labs/behat-fake-mailer-extension: ^1.0
Requires (Dev)
- behat/mink-browserkit-driver: ^2.3
- friendsofphp/php-cs-fixer: ^3.8
- infection/infection: ^0.29|^0.35
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.0|^13.0
- squizlabs/php_codesniffer: ^3.13
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This package provide Mailpit support for TwentytwoLabs's BehatFakeMailerExtension
Installation
To install the package, use composer:
composer require twentytwo-labs/mailpit-fake-mailer-client
Usage
In your behat.yaml
default: suites: # your suite configuration here extensions: TwentytwoLabs\BehatFakeMailerExtension: base_url: http://localhost:8025 # optional, defaults to 'http://localhost:8025' client: 'mailpit'