The Paubox PHP SDK is the official PHP client library for the Paubox Email API and Paubox Forms. Install it with Composer and send encrypted, HIPAA-compliant email with a few lines of PHP.Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.
What you can do
- Send encrypted, HIPAA-compliant email to one or more recipients
- Add CC, BCC, attachments, and HTML or plain-text content
- Track delivery status and engagement per recipient
- Retrieve Paubox Form schemas and submit form responses with file attachments
Requirements
- PHP (any recent version)
- Composer
- Dependencies installed automatically:
nategood/httpfulandvlucas/phpdotenv
Get started
Quickstart
Install, configure credentials, and send your first email in minutes.
Authentication
Set up your API key and username via a .env file.
Email client
Full reference for sending email and checking delivery status.
Forms client
Retrieve form schemas and submit responses.
Version note
The current stable release (v1) covers sending email and the Forms API. A v2 beta on thesdk-generation/v2.0.0-beta branch adds bulk sending and dynamic templates. This documentation covers v1.