PHPackages                             o2system/email - 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. [Framework](/categories/framework)
4. /
5. o2system/email

ActivePackage[Framework](/categories/framework)

o2system/email
==============

PHP Email Library

v2.0.20(5y ago)01.6k1MITPHPPHP ^7.2.0

Since Aug 16Pushed 5y ago2 watchersCompare

[ Source](https://github.com/o2system/email)[ Packagist](https://packagist.org/packages/o2system/email)[ RSS](/packages/o2system-email/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (3)Versions (15)Used By (1)

[![alt text](https://repository-images.githubusercontent.com/99890241/19c33380-5c9f-11ea-92ff-3fd63a3cf7ea "O2System Email Atom")](https://repository-images.githubusercontent.com/99890241/19c33380-5c9f-11ea-92ff-3fd63a3cf7ea)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b8d2d2f1559f90730e546603d2837eefe7a2f0eb0b1200a4624fe5907904c28a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f3273797374656d2f656d61696c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/o2system/email/?branch=master)[![Build Status](https://camo.githubusercontent.com/07d44cdc161ee4c932ecc6ad0c49605afa054fe6816ddc06d5dc1f069adde9d1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f3273797374656d2f656d61696c2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/o2system/email/build-status/master)[![Latest Stable Version](https://camo.githubusercontent.com/e160b0f175ca5e1aec521cfcc726cd18524f2feb056a165302e641153e476d2f/68747470733a2f2f706f7365722e707567782e6f72672f6f3273797374656d2f656d61696c2f762f737461626c65)](https://packagist.org/packages/o2system/email)[![Total Downloads](https://camo.githubusercontent.com/7291d626044d6a20148a5632d99d5232991d7b543417c5e12932b73ab02eafed/68747470733a2f2f706f7365722e707567782e6f72672f6f3273797374656d2f656d61696c2f646f776e6c6f616473)](https://packagist.org/packages/o2system/email)[![License](https://camo.githubusercontent.com/78ca7c8bbc0de3942c3e62741312603e4e4febe162d285c5b0650a2ec6764476/68747470733a2f2f706f7365722e707567782e6f72672f6f3273797374656d2f656d61696c2f6c6963656e7365)](https://packagist.org/packages/o2system/email)

O2System Email
==============

[](#o2system-email)

O2System Email is a PHP Email Protocol Sender Library which is build for working more powerful with O2System Framework, but also can be used for integrated with others as standalone version with limited features.

### Composer Installation

[](#composer-installation)

The best way to install O2System Email is to use [Composer](https://getcomposer.org)

```
composer require o2system/email

```

> Packagist:

### Usage

[](#usage)

```
use O2System\Email;

// Create new email message
$message = new Email\Message();
$message->from( 'o2system.framework@gmail.com', 'O2System Framework' );
$message->subject( 'Testing email message' );
$message->body('This is testing email message body content.');
$message->to('mail@steevenz.com', 'Steeven Andrian Salim');
$message->priority( Email\Message::PRIORITY_HIGHEST );

// Create new email spool
$spool = new Email\Spool([
    'protocol' => 'mail'
]);

$spool->send( $message );
```

Documentation is available on this repository [wiki](https://github.com/o2system/email/wiki) or visit this repository [github page](https://o2system.github.io/email).

### Ideas and Suggestions

[](#ideas-and-suggestions)

Please kindly mail us at [contact@o2system.id](mailto:contact@o2system.id%5D)

### Bugs and Issues

[](#bugs-and-issues)

Please kindly submit your [issues at Github](http://github.com/o2system/email/issues) so we can track all the issues along development and send a [pull request](http://github.com/o2system/email/pulls) to this repository.

### System Requirements

[](#system-requirements)

- PHP 7.2+
- [Composer](https://getcomposer.org)
- [O2System Kernel](https://github.com/o2system/kernel)
- [PHPMailer](https://github.com/PHPMailer/PHPMailer)
- [CSS To Inline Styles](https://github.com/tijsverkoyen/CssToInlineStyles)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~85 days

Recently: every ~125 days

Total

14

Last Release

2139d ago

Major Versions

v1.0.42 → v2.0.02019-11-12

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

v1.0.41PHP ~7.2.0

v1.0.42PHP ^7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2ac781bdba53fdce5ac7a9f090a4afd42b18766646036370661ffefde7811de?d=identicon)[steevenz](/maintainers/steevenz)

![](https://www.gravatar.com/avatar/ccce1c77fabdaf8734f54c6b1a82324c4ad1278a62910c7cab0b5b15d941cf7b?d=identicon)[o2system](/maintainers/o2system)

---

Top Contributors

[![steevenz](https://avatars.githubusercontent.com/u/218405?v=4)](https://github.com/steevenz "steevenz (20 commits)")[![turahe](https://avatars.githubusercontent.com/u/6832622?v=4)](https://github.com/turahe "turahe (4 commits)")[![o2system-codeworks](https://avatars.githubusercontent.com/u/293292195?v=4)](https://github.com/o2system-codeworks "o2system-codeworks (1 commits)")

---

Tags

phpframeworkdriverutilitieslibraries

### Embed Badge

![Health badge](/badges/o2system-email/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.8k](/packages/laravel-framework)[contao-community-alliance/dc-general

Universal data container for Contao

1680.8k92](/packages/contao-community-alliance-dc-general)

PHPackages © 2026

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