PHPackages                             cyberfusion/proxmox-mail-gateway - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cyberfusion/proxmox-mail-gateway

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cyberfusion/proxmox-mail-gateway
================================

Library for Proxmox Mail Gateway.

v2.1.0(1y ago)3122[1 PRs](https://github.com/CyberfusionIO/php-cyberfusion-proxmox-mail-gateway/pulls)MITPHPPHP ^8.3

Since May 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/CyberfusionIO/php-cyberfusion-proxmox-mail-gateway)[ Packagist](https://packagist.org/packages/cyberfusion/proxmox-mail-gateway)[ RSS](/packages/cyberfusion-proxmox-mail-gateway/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (11)Used By (0)

php-cyberfusion-proxmox-mail-gateway
====================================

[](#php-cyberfusion-proxmox-mail-gateway)

Library for [Proxmox Mail Gateway](https://www.proxmox.com/en/proxmox-mail-gateway/overview).

Proxmox Mail Gateway API documentation:

Install
=======

[](#install)

Composer
--------

[](#composer)

Run the following command to install the package from Packagist:

```
composer require cyberfusion/proxmox-mail-gateway

```

Usage
=====

[](#usage)

Example
-------

[](#example)

```
use Cyberfusion\ProxmoxMGW\Client;
use Cyberfusion\ProxmoxMGW\Endpoints\Config\DkimEndpoint;
use Cyberfusion\ProxmoxMGW\Exceptions\AuthenticationException;
use Cyberfusion\ProxmoxMGW\Models\DkimDomainData;
use Cyberfusion\ProxmoxMGW\Requests\DkimGetRequest;

try {
    $client = new Client('pmgtest.cyberfusion.nl');
    $client->authenticate('apiuser', 'Super secret password.');
} catch (AuthenticationException $e) {
    // Handle authentication error
}

$dkimEndpoint = new DkimEndpoint($client);
$result = $dkimEndpoint->get(new DkimGetRequest('example.com'));
if ($result->failed()) {
    // Handle error
}

/** @var DkimDomainData $dkim */
$dkim = $result->getData('dkim');
// $dkim->domain -> example.com
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance44

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 51.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 ~195 days

Recently: every ~296 days

Total

10

Last Release

443d ago

Major Versions

1.6.0 → 2.02023-09-15

PHP version history (6 changes)v1.0.0PHP &gt;=7.1

1.3.0PHP ^7.3

1.4.0PHP ^7.4|^8.0

1.5.0PHP ^8.01|^8.1

1.6.0PHP &gt;=8.1

v2.1.0PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![WilliamDEdwards](https://avatars.githubusercontent.com/u/12184311?v=4)](https://github.com/WilliamDEdwards "WilliamDEdwards (35 commits)")[![dvdheiden](https://avatars.githubusercontent.com/u/90568118?v=4)](https://github.com/dvdheiden "dvdheiden (33 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cyberfusion-proxmox-mail-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/cyberfusion-proxmox-mail-gateway/health.svg)](https://phpackages.com/packages/cyberfusion-proxmox-mail-gateway)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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