Download the PHP package emailit/emailit-sdk without Composer
On this page you can find all versions of the php package emailit/emailit-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package emailit-sdk
EmailIt SDK for PHP
A PHP SDK for interacting with the EmailIt API, allowing you to send emails, manage audiences, credentials, sending domains, and events.
Table of Contents
- Requirements
- Installation
- Basic Usage
- Features
- Examples
- Error Handling
Requirements
- PHP 7.3 or higher
- cURL extension enabled
Installation
You have two options for installing the EmailIt SDK:
Option 1: Using Composer (Recommended)
Then in your PHP script:
Option 2: Manual Installation
- Download the latest release from GitHub
- Include the autoloader in your PHP script:
Basic Usage
Initialize the Client
Send an Email
Features
Email Management
The EmailBuilder class provides a fluent interface for creating and sending emails:
Audience Management
Manage your email audiences:
Credential Management
Handle SMTP and API credentials:
Sending Domain Management
Manage your sending domains:
Event Management
Track email-related events:
Error Handling
The SDK uses the EmailItException
class for error handling:
All versions of emailit-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-curl Version *
ext-curl Version *
The package emailit/emailit-sdk contains the following files
Loading the files please wait ....