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 2mo ago

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 60% 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

2827d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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