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

ActiveLibrary

youremailapi/php-sdk
====================

Library to interact with YourEmailAPI

1.2.4(1y ago)1130proprietaryPHPPHP ^7.4 | ^8.0

Since Jun 12Pushed 1y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (16)Used By (0)

Getting started
===============

[](#getting-started)

YouremailAPI PHP Sdk is a tool to interact with the [YouremailAPI api](https://youremailapi.com)

To start using the SDK, you must first have an account on the platform (you can create one for free [here](https://youremailapi.com/auth/sign-up)).

When you already have your account, you will need to upload an SMTP account with which you want to send emails and you will also have to create your first template. For more details, we recommend reading this [getting started](https://docs.youremailapi.com/docs/getting-started)

Install this package
--------------------

[](#install-this-package)

```
composer require youremailapi/php-sdk

```

Start using it
--------------

[](#start-using-it)

How to send an email:

```
use Youremailapi\PhpSdk\DataTransferObjects\Email\SendEmailDTO;
use Youremailapi\PhpSdk\Email\SendEmail;

$sendEmail = new SendEmail('');

$sendEmail->send(
    (new SendEmailDTO())
        ->setTo('contact@youremailapi.com')
        ->setVariables([
            '%example%' => 'Some text here'
        ])
        ->setSubject('Some subject')
        ->setSmtpAccount('')
        ->setTemplate('')
);
```

Info
----

[](#info)

The project is still in development, but right now, the version you're looking at is usable. It is being used productively in some projects. Soon more functionalities will be implemented that allow a customizable iteration to be able to create accounts and templates directly from your platform.

If you have any questions or suggestions, you can write to this email:

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance40

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~71 days

Recently: every ~127 days

Total

9

Last Release

502d ago

Major Versions

0.0.2 → 1.0.02023-08-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b2e327011f39eb6308373e6448bdee52e20aea50ad3465ef6ff91f469df6f61?d=identicon)[youremailapi](/maintainers/youremailapi)

---

Top Contributors

[![fedejuret](https://avatars.githubusercontent.com/u/62821179?v=4)](https://github.com/fedejuret "fedejuret (22 commits)")[![youremailapi](https://avatars.githubusercontent.com/u/136205598?v=4)](https://github.com/youremailapi "youremailapi (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/youremailapi-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/youremailapi-php-sdk/health.svg)](https://phpackages.com/packages/youremailapi-php-sdk)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
