PHPackages                             compolomus/kmail - 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. compolomus/kmail

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

compolomus/kmail
================

Light PHP mailer

v1.3(9y ago)220GPL-3.0PHPPHP &gt;=5.4.0

Since Jun 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Compolomus/kmail)[ Packagist](https://packagist.org/packages/compolomus/kmail)[ RSS](/packages/compolomus-kmail/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (4)Used By (0)

Compolom Tools Kmail
====================

[](#compolom-tools-kmail)

[![License](https://camo.githubusercontent.com/8a9ff5f51e83cd9a677bdc488185d788e5a81aa056d24f675ff91f0fea42346c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c253230762e332d626c75652e7376673f7374796c653d706c6173746963)](https://www.gnu.org/licenses/gpl-3.0-standalone.html)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9c9800f83455d850998013a532827fd1ebd94700482383d1d73ddd080c00a681/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6d706f6c6f6d75732f6b6d61696c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Compolomus/kmail/?branch=master)[![Code Climate](https://camo.githubusercontent.com/209a3c16228c19d536afb065f7d1e41abe0e140a6735047d1c8069862bb4ed55/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f436f6d706f6c6f6d75732f6b6d61696c2f6261646765732f6770612e737667)](https://codeclimate.com/github/Compolomus/kmail)[![SensioLabsInsight](https://camo.githubusercontent.com/a91a33f96ff81e1d9d65d4d523b6e984074eb251fb1dbffb3313290dd5d36d38/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64386563633665352d633562352d343564382d623065342d6665396164363633666637342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/d8ecc6e5-c5b5-45d8-b0e4-fe9ad663ff74)[![Downloads](https://camo.githubusercontent.com/3e48e7b72dc19fc58c19b3ab09dff79a9712bbcf2ddf2627afd6132dde6bf03c/68747470733a2f2f706f7365722e707567782e6f72672f636f6d706f6c6f6d75732f6b6d61696c2f646f776e6c6f616473)](https://packagist.org/packages/compolomus/kmail)

Установка:
----------

[](#установка)

composer require compolomus/kmail

Применение:
-----------

[](#применение)

```
use Compolomus\Kmail;

$test = new KMail('Test text');
$test
    ->addAdress('test@mail.ru')
    ->addAdress('test@gmail.com')
    ->addFile('class.php', file_get_contents(__FILE__))
    ->setSubject('Test mail')
    ->send();
$test->debug();
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~0 days

Total

3

Last Release

3292d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10777258?v=4)[Дмитрий](/maintainers/Compolomus)[@Compolomus](https://github.com/Compolomus)

---

Top Contributors

[![Compolomus](https://avatars.githubusercontent.com/u/10777258?v=4)](https://github.com/Compolomus "Compolomus (14 commits)")

---

Tags

kmailmailmailerphp7emailsend emailattach files

### Embed Badge

![Health badge](/badges/compolomus-kmail/health.svg)

```
[![Health](https://phpackages.com/badges/compolomus-kmail/health.svg)](https://phpackages.com/packages/compolomus-kmail)
```

###  Alternatives

[egulias/email-validator

A library for validating emails against several RFCs

11.7k734.8M434](/packages/egulias-email-validator)[sendgrid/sendgrid

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

1.6k50.9M187](/packages/sendgrid-sendgrid)[pelago/emogrifier

Converts CSS styles into inline style attributes in your HTML code

94746.7M133](/packages/pelago-emogrifier)[zbateson/mail-mime-parser

MIME email message parser

54753.3M90](/packages/zbateson-mail-mime-parser)[soundasleep/html2text

A PHP script to convert HTML into a plain text format

48021.2M90](/packages/soundasleep-html2text)[opcodesio/mail-parser

Parse emails without the mailparse extension

228.8M11](/packages/opcodesio-mail-parser)

PHPackages © 2026

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