PHPackages                             fond-of-oryx/oms-credit-memo-gift-card-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. fond-of-oryx/oms-credit-memo-gift-card-connector

ActiveLibrary

fond-of-oryx/oms-credit-memo-gift-card-connector
================================================

n/a

2.0.0(3y ago)013.0kMITPHPPHP &gt;=8.0CI failing

Since Jun 21Pushed 1y ago1 watchersCompare

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

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

Oms Credit Memo Gift Card Connector
===================================

[](#oms-credit-memo-gift-card-connector)

[![CI](https://github.com/fond-of-oryx/oms-credit-memo-gift-card-connector/actions/workflows/main.yml/badge.svg)](https://github.com/fond-of-oryx/oms-credit-memo-gift-card-connector/actions/workflows/main.yml)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/fond-of-oryx/oms-credit-memo-gift-card-connector)

Install
-------

[](#install)

```
composer require fond-of-oryx/oms-credit-memo-gift-card-connector

```

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

[](#configuration)

Register `PartialGiftCardRefundCommandPlugin` and `RefundHasGiftCardsConditionPlugin` in Pyz `OmsDependencyProvider`

```
/**
     * @param \Spryker\Zed\Kernel\Container $container
     *
     * @return \Spryker\Zed\Kernel\Container
     */
    public function provideBusinessLayerDependencies(Container $container)
    {
        $container = parent::provideBusinessLayerDependencies($container);

        $container->extend(static::CONDITION_PLUGINS, static function (ConditionCollectionInterface $conditionCollection) {
            ...
            $conditionCollection->add(new RefundHasGiftCardsConditionPlugin(), 'GiftCardCreditMemo/hasGiftCards');

            return $conditionCollection;
        });

        $container->extend(self::COMMAND_PLUGINS, static function (CommandCollectionInterface $commandCollection) {
            ...
            $commandCollection->add(new PartialGiftCardRefundCommandPlugin(), 'GiftCard/Refund');

            return $commandCollection;
        });

        return $container;
    }

```

and use them in state machine configuration like for example

```

                payone payment refunded
                gift card refund available
                wait for export

                gift card refund available
                gift cards refunded
                refund gift cards

                gift cards refunded
                export refund to jelly

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~217 days

Total

2

Last Release

1210d ago

Major Versions

1.0.0 → 2.0.02023-01-24

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

2.0.0PHP &gt;=8.0

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fond-of-oryx-oms-credit-memo-gift-card-connector/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-oryx-oms-credit-memo-gift-card-connector/health.svg)](https://phpackages.com/packages/fond-of-oryx-oms-credit-memo-gift-card-connector)
```

PHPackages © 2026

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