PHPackages                             alex-kalanis/email-api - 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. alex-kalanis/email-api

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

alex-kalanis/email-api
======================

Basic API for mailing in PHP

v2.0.0(2y ago)0543BSD-3-ClausePHPPHP &gt;=7.4.0

Since Dec 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alex-kalanis/email-api)[ Packagist](https://packagist.org/packages/alex-kalanis/email-api)[ RSS](/packages/alex-kalanis-email-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (5)Versions (6)Used By (3)

Email Api
=========

[](#email-api)

[![Build Status](https://github.com/alex-kalanis/email-api/actions/workflows/code_checks.yml/badge.svg)](https://github.com/alex-kalanis/email-api/actions/workflows/code_checks.yml/badge.svg)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2bfb6945416ca499048fb5d5dd3a0e77bddd1f8be3d18abc011ef0ba19988e83/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f656d61696c2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alex-kalanis/email-api/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/7c2c5559774d83fd9b152716441768138fd737a8b76ba7cdc20fcfa9c2c31ea6/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f656d61696c2d6170692f762f737461626c652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/email-api)[![Minimum PHP Version](https://camo.githubusercontent.com/0e9ac047546796cfdbe1423d1f4d91c8f37d2fbb11614a7900bb7686aaa5401f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e342d3838393242462e737667)](https://php.net/)[![Downloads](https://camo.githubusercontent.com/948a40924e95a8cd10369e31d0e060c12deb1813719af80e37afa50e6bf77de0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c65782d6b616c616e69732f656d61696c2d6170692e7376673f7631)](https://packagist.org/packages/alex-kalanis/email-api)[![License](https://camo.githubusercontent.com/8400f30b6658cb60740499f8eac16e8e1dd6ccc9a5b05f125016308717ad872e/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f656d61696c2d6170692f6c6963656e73652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/email-api)[![Code Coverage](https://camo.githubusercontent.com/46cdc405a38c867654c802125745e43ac2f70bebafb977092068d35e491b997b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f656d61696c2d6170692f6261646765732f636f7665726167652e706e673f623d6d617374657226763d31)](https://scrutinizer-ci.com/g/alex-kalanis/email-api/?branch=master)

Sending emails - decoupled creating and processing

Contains libraries for sending emails via bunch of services.

PHP Installation
================

[](#php-installation)

```
composer.phar require alex-kalanis/email-api
```

(Refer to [Composer Documentation](https://github.com/composer/composer/blob/master/doc/00-intro.md#introduction) if you are not familiar with composer)

PHP Usage
=========

[](#php-usage)

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the "kalanis\\EmailApi\\Sending" into your app. Extends it for setting your case.

4.) Extend your libraries by interfaces inside the package.

5.) Just call sending.

Python Installation
===================

[](#python-installation)

into your "setup.py":

```
    install_requires=[
        'kw_email',
    ]

```

Python Usage
============

[](#python-usage)

1.) Connect the "kw\_email.sending" into your app. When it came necessary you can extends every library to comply your use-case; mainly your sending agent.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~296 days

Total

5

Last Release

772d ago

Major Versions

v1.1.1 → v2.0.02024-03-29

PHP version history (3 changes)v1.0.0PHP &gt;=7.2.0

v1.1.1PHP &gt;=7.3.0

v2.0.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/499b0a541b787cdb31412f578c7b94c9790bcbee7de12c65b6101c6ce45ef6f0?d=identicon)[alex-kalanis](/maintainers/alex-kalanis)

---

Top Contributors

[![alex-kalanis](https://avatars.githubusercontent.com/u/59184183?v=4)](https://github.com/alex-kalanis "alex-kalanis (18 commits)")

---

Tags

interfacesemail

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alex-kalanis-email-api/health.svg)

```
[![Health](https://phpackages.com/badges/alex-kalanis-email-api/health.svg)](https://phpackages.com/packages/alex-kalanis-email-api)
```

###  Alternatives

[egulias/email-validator

A library for validating emails against several RFCs

11.6k691.3M307](/packages/egulias-email-validator)[sendgrid/sendgrid

This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.

1.5k47.5M164](/packages/sendgrid-sendgrid)[pelago/emogrifier

Converts CSS styles into inline style attributes in your HTML code

94944.1M109](/packages/pelago-emogrifier)[zbateson/mail-mime-parser

MIME email message parser

53949.2M79](/packages/zbateson-mail-mime-parser)[soundasleep/html2text

A PHP script to convert HTML into a plain text format

48419.5M74](/packages/soundasleep-html2text)[opcodesio/mail-parser

Parse emails without the mailparse extension

216.8M8](/packages/opcodesio-mail-parser)

PHPackages © 2026

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