Registry / http-client / wildbit-postmark-php

wildbit-postmark-php

JSON →
library7.0.0phppackagistunverified

The officially supported client for Postmark (https://postmarkapp.com)

composer require wildbit/postmark-php
INSTALL
IMPORT
SIG · WILDBIT-POSTMARK-P
W
wildbit-postmark-php
http-clientphpv7.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PostmarkClient
use Postmark\PostmarkClient;

Send an email via Postmark API

use Postmark\PostmarkClient; $client = new PostmarkClient('YOUR_SERVER_TOKEN'); $sendResult = $client->sendEmail('from@example.com', 'to@example.com', 'Subject', 'Body');
Debug
Known issues
breakingRequires PHP 7.2+ and cURL extension
fix
Ensure PHP version >=7.2 and php-curl installed
affects: >=7.0
Upgrade
Version history
7.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources