PHPackages                             swolebrain/ahrdmail-client-php - 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. [API Development](/categories/api)
4. /
5. swolebrain/ahrdmail-client-php

ActiveLibrary[API Development](/categories/api)

swolebrain/ahrdmail-client-php
==============================

PHP client for the Ahrdmail email API

v0.1.1(1mo ago)01MITPHPPHP ^8.1

Since Mar 13Pushed 1mo agoCompare

[ Source](https://github.com/Swolebrain/ahrdmail-client-php)[ Packagist](https://packagist.org/packages/swolebrain/ahrdmail-client-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/swolebrain-ahrdmail-client-php/feed)WikiDiscussions main Synced 1mo ago

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

ahrdmail-client-php
===================

[](#ahrdmail-client-php)

client for ahrdmail in php. Doesn't include auth yet.

The composer package distribution is integrated into github. To create a new version, once the code is pushed just do:

```
git tag v0.1.n
git push origin v0.1.n

```

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/swolebrain/ahrdmail-client-php.git"
    }
  ],
  "require": {
    "swolebrain/ahrdmail-client-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
