PHPackages                             cloudmanic/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. cloudmanic/email

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

cloudmanic/email
================

22.3k↓93.3%PHP

Since Apr 12Pushed 13y ago1 watchersCompare

[ Source](https://github.com/cloudmanic/email)[ Packagist](https://packagist.org/packages/cloudmanic/email)[ RSS](/packages/cloudmanic-email/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Overview
========

[](#overview)

We really liked the email library offered by Codeigniter but of course this library is not composer / packagist ready. So we made our own version. Here are the things we changed.

- We added a wrapper class so we can call this via a static function call (see below).
- We hardcoded the charset to 'utf-8' in a few places.
- We stripped out all the local lang. support.
- We stripped out all the CI logging stuff.
- We set html as the default email type.
- We set the default useragent to "Cloudmaic"
- We set the defaul newline to "\\r\\n"

How To Use
==========

[](#how-to-use)

All the function calls are documented here:

```
Cloudmanic\Email\Message::initialize(array(
  'smtp_host' => '',
  'smtp_port' => '',
  'smtp_user' => '',
  'smtp_pass' => ''
));

Cloudmanic\Email\Message::from('support@cloudmanic.com', 'Cloudmanic Support');
Cloudmanic\Email\Message::to('user@example.com');
Cloudmanic\Email\Message::subject('Email Test');
Cloudmanic\Email\Message::message('My Message');
Cloudmanic\Email\Message::send();
echo Cloudmanic\Email\Message::print_debugger();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![cloudmanic](https://avatars.githubusercontent.com/u/125563?v=4)](https://github.com/cloudmanic "cloudmanic (1 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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