Download the PHP package sendpost/sendpost_php_sdk without Composer
On this page you can find all versions of the php package sendpost/sendpost_php_sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sendpost/sendpost_php_sdk
More information about sendpost/sendpost_php_sdk
Files in sendpost/sendpost_php_sdk
Package sendpost_php_sdk
Short Description Email API and SMTP relay to not just send and measure email sending, but also alert and optimise. We provide you with tools, expertise and support needed to reliably deliver emails to your customers inboxes on time, every time.
License unlicense
Homepage https://github.com/sendpost/sendpost_php_sdk
Informations about the package sendpost_php_sdk
sendpost
Email API and SMTP relay to not just send and measure email sending, but also alert and optimise. We provide you with tools, expertise and support needed to reliably deliver emails to your customers inboxes on time, every time.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
Example with cc, bcc and template:
Suppressions
Create Suppressions
Get Suppressions
Delete Suppression
Count Suppression
API Endpoints
All URIs are relative to https://api.sendpost.io/api/v1
Class | Method | HTTP request | Description |
---|---|---|---|
EmailApi | sendEmail | POST /subaccount/email/ | |
EmailApi | sendEmailWithTemplate | POST /subaccount/email/template | |
SuppressionApi | count | GET /subaccount/suppression/count | |
SuppressionApi | createSuppressions | POST /subaccount/suppression/ | |
SuppressionApi | deleteSuppression | DELETE /subaccount/suppression/ | |
SuppressionApi | getSuppressions | GET /subaccount/suppression/ |
Models
- Attachment
- City
- CopyTo
- CountStat
- DeleteResponse
- Device
- EmailMessage
- EmailResponse
- EventMetadata
- From
- Os
- QEmailMessage
- QEvent
- RDSuppression
- RSuppression
- ReplyTo
- Suppression
- SuppressionEmail
- To
- UserAgent
- WebhookEvent
Authorization
Endpoints do not require authorization.
Tests
To run the tests, use:
Author
All versions of sendpost_php_sdk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0