PHPackages                             bespoke-support/postmark-inbound - 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. bespoke-support/postmark-inbound

ActiveLibrary[API Development](/categories/api)

bespoke-support/postmark-inbound
================================

Postmark Inbound API

1(7y ago)09221MITPHPPHP 5.\*|7.\*

Since Aug 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/BespokeSupport/PostmarkInbound)[ Packagist](https://packagist.org/packages/bespoke-support/postmark-inbound)[ RSS](/packages/bespoke-support-postmark-inbound/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

PostmarkInbound
===============

[](#postmarkinbound)

Parse Inbound mail from [Postmark](https://postmarkapp.com)

Setup
-----

[](#setup)

```
    "require": {
        "bespoke-support/postmark-inbound": "1.0"
    }

```

Usage
-----

[](#usage)

```
$inbound = new \BespokeSupport\PostmarkInbound\PostmarkInbound(file_get_contents('php://input'));

```

Access of parsed message
------------------------

[](#access-of-parsed-message)

via method or property

```

$inbound->Subject;

$inbound->Subject();
$inbound->FromEmail();
$inbound->FromFull();
$inbound->FromName();
$inbound->Date();
$inbound->OriginalRecipient();
$inbound->ReplyTo();
$inbound->MailboxHash();
$inbound->Tag();
$inbound->MessageID();
$inbound->TextBody();
$inbound->HtmlBody();
$inbound->StrippedTextReply();

$inbound->HasAttachments();

foreach ($inbound->Attachments() as $attachment) {
    $attachment->Name;
    $attachment->ContentType;
    $attachment->ContentLength;
    $attachment->Download('/');
}

foreach ($inbound->Recipients() as $recipient) {
    $recipient->Name;
    $recipient->Email;
}

foreach ($inbound->UndisclosedRecipients() as $undisclosedRecipient) {
    $undisclosedRecipient->Name;
    $undisclosedRecipient->Email;
}

```

Thanks + Inspiration
--------------------

[](#thanks--inspiration)

[jjaffeux/postmark-inbound-php](https://github.com/jjaffeux/postmark-inbound-php)

Licence
-------

[](#licence)

MIT Licence

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2877d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e3d32f785c84b8827bfa5ffcb6af28e11bad7121dd4dc66338d110d70b183d1?d=identicon)[Richard Seymour](/maintainers/Richard%20Seymour)

---

Top Contributors

[![RickSeymour](https://avatars.githubusercontent.com/u/212399?v=4)](https://github.com/RickSeymour "RickSeymour (1 commits)")

### Embed Badge

![Health badge](/badges/bespoke-support-postmark-inbound/health.svg)

```
[![Health](https://phpackages.com/badges/bespoke-support-postmark-inbound/health.svg)](https://phpackages.com/packages/bespoke-support-postmark-inbound)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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