PHPackages                             evo-mark/evo-postal-wp-transport - 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. evo-mark/evo-postal-wp-transport

ActiveLibrary[API Development](/categories/api)

evo-mark/evo-postal-wp-transport
================================

Base Postal integration for Wordpress

v1.2.0(1y ago)0248GPL-3.0-or-laterPHP

Since Sep 29Pushed 1y ago2 watchersCompare

[ Source](https://github.com/evo-mark/evo-postal-wp-transport)[ Packagist](https://packagist.org/packages/evo-mark/evo-postal-wp-transport)[ RSS](/packages/evo-mark-evo-postal-wp-transport/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (0)

 [    ![evoMark company logo](https://camo.githubusercontent.com/0ee00c831e18d82e5d32990e52b0b08b13c97ff2374478eef348c17bd3485c3c/68747470733a2f2f65766f6d61726b2e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f7374617469632f65766f6d61726b2d6c6f676f2d2d6c696768742e737667)  ](https://evomark.co.uk)

 [![Build status](https://camo.githubusercontent.com/0b42dcfd6f4ccf68f4ada0d795e098bb9c71ea29d2c433462f0929b20c0a142c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65766f2d6d61726b2f65766f2d706f7374616c2d77702d7472616e73706f72743f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/evo-mark/evo-postal-wp-transport) [![Total Downloads](https://camo.githubusercontent.com/a694ff76c043d8537352453c964ba1f2617426bf762c24caa0f536056b8086ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65766f2d6d61726b2f65766f2d706f7374616c2d77702d7472616e73706f7274)](https://packagist.org/packages/evo-mark/evo-postal-wp-transport) [![License](https://camo.githubusercontent.com/5309175339501f3829f8c3f1c85a3911573eba3ee73fcc181054365805a09169/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f65766f2d6d61726b2f65766f2d706f7374616c2d77702d7472616e73706f7274)](https://packagist.org/packages/evo-mark/evo-postal-wp-transport)

Evo Postal WP Transport
=======================

[](#evo-postal-wp-transport)

A base-level integration for Postal on Wordpress applications. This package should be consumed by other plugins/themes

```
use EvoMark\EvoPostalWpTransport\Postal;

class MyPlugin
{
    public static function register()
    {
        $settings = self::getSettings();

        if ($settings['enabled']) {
            add_filter('pre_wp_mail', [__CLASS__, 'process'], 10, 2);
        }
    }

    public static function process($null, $atts)
    {
        $settings = self::getSettings();
        $transport = new Postal($settings, $atts);
        $result = $transport->send();
        return $result;
    }
}
```

Required settings
-----------------

[](#required-settings)

The `$settings` variable used above is an associative array with the following structure:

```
$settings = [
    'host' => '',
    'api_key' => '',
    'from_address' => '',
    'from_name' => ''
];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Every ~6 days

Total

6

Last Release

557d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f42ee39ec10e8f4b3552a78ea78628acef13e9772bed852baa186e97bde7748?d=identicon)[evomark](/maintainers/evomark)

---

Top Contributors

[![craigrileyuk](https://avatars.githubusercontent.com/u/68274157?v=4)](https://github.com/craigrileyuk "craigrileyuk (8 commits)")

### Embed Badge

![Health badge](/badges/evo-mark-evo-postal-wp-transport/health.svg)

```
[![Health](https://phpackages.com/badges/evo-mark-evo-postal-wp-transport/health.svg)](https://phpackages.com/packages/evo-mark-evo-postal-wp-transport)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/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)
