PHPackages                             fond-of-oryx/company-oms-mail-connector - 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/company-oms-mail-connector

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

fond-of-oryx/company-oms-mail-connector
=======================================

3.2.0(2y ago)01.5kMITPHPPHP &gt;=8.0

Since Mar 14Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (8)Used By (0)

Company OMS Mail Connector
==========================

[](#company-oms-mail-connector)

[![CI](https://github.com/fond-of-oryx/company-oms-mail-connector/actions/workflows/main.yml/badge.svg)](https://github.com/fond-of-oryx/company-oms-mail-connector/actions/workflows/main.yml)[![license](https://camo.githubusercontent.com/0fb54e464944be93b4cbd98814577af9245d06ffd2e5ff9cbc8dcee0bbd6b2ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f666f6e642d6f662d6f7279782f636f6d70616e792d6f6d732d6d61696c2d636f6e6e6563746f722e737667)](https://packagist.org/packages/fond-of-oryx/company-oms-mail-connector)

Provides plugins to register in OmsDependencyProvider. In our case the customer service can create orders for our b2b customer. When the cs create those orders, the order confirmation email will be send to the customer service instead of the customer.

#### CompanyLocaleOmsOrderMailExpanderPlugin

[](#companylocaleomsordermailexpanderplugin)

This plugin will add the email address from the company business unit as recipient.

#### CompanyEmailOmsOrderMailExpanderPlugin

[](#companyemailomsordermailexpanderplugin)

This plugin will correct the locale for the mail. For example the customer service creates the order with german locale settings and the customer is from italy. The customer will normally receive the order confirmation in german. This plugin overrides the locale with the company locale and uses default as fallback.

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

[](#installation)

```
composer require fond-of-oryx/company-oms-mail-connector

```

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

[](#configuration)

Register oms order mail plugins 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): array
{
    return [
        ...
        new CompanyLocaleOmsOrderMailExpanderPlugin(),
        new CompanyEmailOmsOrderMailExpanderPlugin(),
    ];
}```

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% 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 ~111 days

Recently: every ~163 days

Total

7

Last Release

850d ago

Major Versions

1.1.1 → 2.0.02022-10-19

2.0.0 → 3.0.02023-01-20

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

3.0.0PHP &gt;=8.0

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/2f5bd8b1a3358200680cbaf5d0dce827afb0569cc997877854354cc70bcf5a61?d=identicon)[julianzimmermann](/maintainers/julianzimmermann)

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

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

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

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

---

Top Contributors

[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (6 commits)")[![DerCalli](https://avatars.githubusercontent.com/u/35733274?v=4)](https://github.com/DerCalli "DerCalli (2 commits)")[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

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

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

###  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)
