PHPackages                             fond-of-oryx/mail-bcc - 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. fond-of-oryx/mail-bcc

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

fond-of-oryx/mail-bcc
=====================

Spryker Mail BCC Module.

2.0.0(3y ago)019.2kMITPHPPHP &gt;=8.0CI passing

Since Mar 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fond-of-oryx/mail-bcc)[ Packagist](https://packagist.org/packages/fond-of-oryx/mail-bcc)[ RSS](/packages/fond-of-oryx-mail-bcc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Mail BCC
========

[](#mail-bcc)

[![license](https://camo.githubusercontent.com/9ae2b30a84aae206747f1d89aa6c0755b1cc14186d597f922f0e9814c2418a69/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f666f6e642d6f662d6f7279782f6d61696c2d6263632e737667)](https://packagist.org/packages/fond-of-oryx/mail-bcc)

Description
-----------

[](#description)

What it does:

- Provides oms mail expander plugin (BccOrderMailExpanderPlugin) for sending bcc emails with command 'Oms/SendOrderConfirmation' to the email addresses registered in config.

Installation
------------

[](#installation)

```
composer require fond-of-oryx/mail-bcc

```

Configuration
-------------

[](#configuration)

Register in src/Pyz/Zed/Oms/OmsDependencyProvider.php

```
/**
* @param \Spryker\Zed\Kernel\Container $container
*
* @return \Spryker\Zed\OmsExtension\Dependency\Plugin\OmsOrderMailExpanderPluginInterface[]
*/
protected function getOmsOrderMailExpanderPlugins(Container $container)
{
    return [
        ...
        new BccOrderMailExpanderPlugin(),
    ];
}

```

Add BCC mail addresses in you config

```
// ---------- OrderConfirmation in BCC to
$config[MailBccConstants::MAIL_BCC_ORDER] = [
    'bccaddress@mail.com' => 'Name',
];

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~687 days

Total

2

Last Release

1209d ago

Major Versions

1.0.0 → 2.0.02023-01-20

PHP version history (2 changes)1.0.0PHP &gt;=7.3

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8ae669ad5d4e25d1564b2ee381e86fb88b3d9f132040a1a6b642de43b7a417?d=identicon)[daniel-rose](/maintainers/daniel-rose)

---

Top Contributors

[![daniel-rose](https://avatars.githubusercontent.com/u/489806?v=4)](https://github.com/daniel-rose "daniel-rose (4 commits)")[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (2 commits)")[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (1 commits)")

### Embed Badge

![Health badge](/badges/fond-of-oryx-mail-bcc/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-oryx-mail-bcc/health.svg)](https://phpackages.com/packages/fond-of-oryx-mail-bcc)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[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)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)

PHPackages © 2026

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