PHPackages                             mimepost/mimepost-php - 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. [API Development](/categories/api)
4. /
5. mimepost/mimepost-php

ActiveLibrary[API Development](/categories/api)

mimepost/mimepost-php
=====================

Simple PHP SDK for MimePost API

v1.0.0(9mo ago)04MITPHPPHP &gt;=7.4

Since Sep 10Pushed 9mo agoCompare

[ Source](https://github.com/mimepost/mimepost-php)[ Packagist](https://packagist.org/packages/mimepost/mimepost-php)[ RSS](/packages/mimepost-mimepost-php/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

MimePost Simple PHP Client
==========================

[](#mimepost-simple-php-client)

A simple and beginner‑friendly PHP client for the [MimePost](https://mimepost.com/) API.
It wraps a subset of the endpoints defined in the provided Postman collection and can be easily extended.

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

[](#installation)

Use [Composer](https://getcomposer.org/):

```
composer require mimepost/mimepost-php
```

If you are not using Composer, include the `src/Client.php` file manually.

Usage
-----

[](#usage)

### Send Email

[](#send-email)

```
