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

ActiveLibrary[API Development](/categories/api)

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

Library to interact with YourEmailAPI

1.2.4(1y ago)2133proprietaryPHPPHP ^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 today

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 69% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity13

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

549d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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