PHPackages                             maileroo/maileroo-php-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. maileroo/maileroo-php-sdk

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

maileroo/maileroo-php-sdk
=========================

With this library, you can seamlessly integrate Maileroo's powerful email API into your PHP projects with ease.

2.0.0(9mo ago)21.7k—4.2%3MITPHP

Since Aug 8Pushed 9mo ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (3)

Maileroo PHP SDK
================

[](#maileroo-php-sdk)

[Maileroo](https://maileroo.com) is a robust email delivery platform designed for effortless sending of transactional and marketing emails. This PHP SDK offers a straightforward interface for working with the Maileroo API, supporting basic email formats, templates, bulk sending, and scheduling capabilities.

Features
--------

[](#features)

- Send basic HTML or plain text emails with ease
- Use pre-defined templates with dynamic data
- Send up to 500 personalized emails in bulk
- Schedule emails for future delivery
- Manage scheduled emails (list &amp; delete)
- Add tags, custom headers, and reference IDs
- Attach files to your emails
- Support for multiple recipients, CC, BCC, and Reply-To
- Enable or disable open and click tracking
- Built-in input validation and error handling

Requirements
------------

[](#requirements)

- PHP 7.0 or higher
- cURL extension (`ext-curl`)
- JSON extension (`ext-json`)

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

[](#installation)

Install via Composer:

```
composer require maileroo/maileroo-php-sdk
```

Quick Start
-----------

[](#quick-start)

```
