PHPackages                             mepost/mepost-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. mepost/mepost-sdk

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

mepost/mepost-sdk
=================

A PHP SDK for the Mepost email service.

v1.0.1(1y ago)03MITPHPPHP ^7.4|^8.0

Since Apr 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mepost-io/php-sdk)[ Packagist](https://packagist.org/packages/mepost/mepost-sdk)[ RSS](/packages/mepost-mepost-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Mepost PHP SDK
==============

[](#mepost-php-sdk)

The `mepost-sdk` is a PHP library designed to simplify interactions with the Mepost API. It provides convenient methods to send and manage messages efficiently. This SDK is perfect for developers looking to integrate Mepost messaging capabilities into their applications.

Features
--------

[](#features)

- Send emails directly through the Mepost API.
- Schedule and manage email deliveries.
- Retrieve detailed information about scheduled messages.
- Cancel scheduled messages.
- Send emails using predefined templates.

Installation
------------

[](#installation)

To install the `mepost-sdk` for PHP, you can use Composer. If you don't have Composer installed, you can download it from [getcomposer.org](https://getcomposer.org/).

Run the following command to install the SDK:

```
composer require mepost/mepost-sdk
```

Usage
-----

[](#usage)

Here is a quick example to get you started:

```
