Parcel Wing PHP SDK logo

Send email with PHP.

Use the official Parcel Wing SDK to send product and campaign email from PHP with a lightweight integration that scales past the first demo.

Start with one send, then grow into verified domains, deliverability tooling, and inbox visibility on the same platform.

Featured snippetPHP

Start with one send.

Install with Composer, create a client, and send the same clean payload your app can keep using in production.

Package

parcelwing/parcelwing-php

Install

composer require parcelwing/parcelwing-php

PHP
1<?php
2 
3require __DIR__ . "/vendor/autoload.php";
4 
5use ParcelWing\ParcelWing;
6 
7$parcelwing = new ParcelWing($_ENV["PARCELWING_API_KEY"]);
8 
9$emails = $parcelwing->emails->send([
10 "from" => "Acme <[email protected]>",
11 "to" => "[email protected]",
12 "subject" => "Hello World",
13 "html" => "<strong>It works!</strong>",
14]);
15 
16print_r($emails[0]);

Why this SDK

A PHP SDK built for app email that outgrows the demo phase.

Simple first send

Get from install to live email quickly without building around a throwaway demo integration.

Framework-agnostic shape

Keep the SDK close to Laravel, Symfony, Slim, or plain PHP without wrapping your send path around framework-specific glue.

Production-friendly path

Use the same platform for password resets, invites, receipts, alerts, and lifecycle messaging.

Deliverability built in

Layer in domains, routing, and deeper delivery visibility when the stakes rise.

Workflow

Move from install to live sends fast.

Step 1

Install with Composer

Add `parcelwing/parcelwing-php`, load your API key, and keep the client setup alongside the rest of your application services.

Step 2

Send your first email

Post one email payload, then inspect the queued email array you get back for logs, UI feedback, or job chaining.

Step 3

Scale on the same integration

Add domain setup, routing, and deliverability tooling later without replacing the send contract your app already uses.

Ship with PHP
Parcel Wing logo

Start sending this today.

Send product email with a PHP SDK that stays simple on day one and keeps up when volume, reputation, and inbox visibility start to matter.

Start sending with Parcel Wing
No credit card required