PHPackages                             mohrekopp/php-mailhog-client - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mohrekopp/php-mailhog-client

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

mohrekopp/php-mailhog-client
============================

31.3k2PHP

Since Oct 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mohrekopp/php-mailhog-client)[ Packagist](https://packagist.org/packages/mohrekopp/php-mailhog-client)[ RSS](/packages/mohrekopp-php-mailhog-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-mailhog-client
==================

[](#php-mailhog-client)

PHP-Client for the Mailhog-API (v2) based on [HTTPlug](https://github.com/php-http/httplug)

[![Build Status](https://camo.githubusercontent.com/82318750ff1fe1a6b367480f42eee3cb5d59ea5571721d0c80674e6a84a16c4d/68747470733a2f2f7472617669732d63692e6f72672f6d6f6872656b6f70702f7068702d6d61696c686f672d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mohrekopp/php-mailhog-client)

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

[](#installation)

```
composer require mohrekopp/php-mailhog-client

```

Since HTTPlug is just an abstraction, you have to install a client or an adapter, e.g. CURL-client:

```
composer require php-http/curl-client

```

Or Guzzle6-adapter:

```
composer require php-http/guzzle6-adapter

```

Usage
-----

[](#usage)

```
