PHPackages                             fond-of-oryx/jellyfish-buffer-gui - 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/jellyfish-buffer-gui

ActiveLibrary

fond-of-oryx/jellyfish-buffer-gui
=================================

JellyfishCreditMemo module.

2.0.0(3y ago)016.1k↓100%MITPHPPHP &gt;=8.0

Since Jan 26Pushed 1y ago1 watchersCompare

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

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

JellyfishBufferGui Extension Module
===================================

[](#jellyfishbuffergui-extension-module)

[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/fond-of-oryx/jellyfish-buffer-gui)

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

[](#installation)

```
composer require fond-of-oryx/jellyfish-buffer-gui

```

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

[](#configuration)

Register FondOfOryx path for Zed translations in shop config (`config/shared/default_config.php`)

```
if (file_exists(APPLICATION_VENDOR_DIR . '/fond-of-oryx')) {
    $config[TranslatorConstants::TRANSLATION_ZED_FILE_PATH_PATTERNS][] = APPLICATION_VENDOR_DIR . '/fond-of-oryx/*/data/translation/Zed/[a-z][a-z]_[A-Z][A-Z].csv';
}

```

Update translation cache `./vendor/bin/console translator:generate-cache`

Register FondOfOryx path for Zed navigation (`Pyz/Zed/ZedNavigation/ZedNavigationConfig.php`)

```
public function getNavigationSchemaPathPattern()
    {
        $navigationSchemaPathPatterns = parent::getNavigationSchemaPathPattern();

        if (file_exists(APPLICATION_VENDOR_DIR . '/fond-of-oryx')) {
            $navigationSchemaPathPatterns[] = APPLICATION_VENDOR_DIR . '/fond-of-oryx/*/src/*/Zed/*/Communication/';
        }

        return $navigationSchemaPathPatterns;
    }

```

Build Zed Navigation Cache `./vendor/bin/console navigation:build-cache`

Add Data to Zed Sales Details Page (`Pyz/Zed/Sales/SalesConfig.php`)

```
public function getSalesDetailExternalBlocksUrls()
    {
        $projectExternalBlocks = [
            'jellyfishBuffer' => 'jellyfish-buffer-gui/export/list',
            ...
        ];

        $externalBlocks = parent::getSalesDetailExternalBlocksUrls();

        return array_merge($externalBlocks, $projectExternalBlocks);
    }

```

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

Maturity58

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

Total

4

Last Release

1204d ago

Major Versions

1.0.2 → 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

[![daniel-rose](https://avatars.githubusercontent.com/u/489806?v=4)](https://github.com/daniel-rose "daniel-rose (3 commits)")[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (3 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-jellyfish-buffer-gui/health.svg)

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

###  Alternatives

[spryker/search

Search module

152.8M64](/packages/spryker-search)

PHPackages © 2026

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