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↓66.7%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 2mo ago

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

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

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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