PHPackages                             wobz-tech/magento-yield-management - 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. wobz-tech/magento-yield-management

ActiveMagento2-module

wobz-tech/magento-yield-management
==================================

Magento 2 Custom Pricing Management for Web To Print Industry

00PHP

Since Oct 12Pushed 3y agoCompare

[ Source](https://github.com/dalvintechnologies/MagentoYieldManagement)[ Packagist](https://packagist.org/packages/wobz-tech/magento-yield-management)[ RSS](/packages/wobz-tech-magento-yield-management/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Magento Yield Management
========================

[](#magento-yield-management)

Module to connect with the homemade Yield Management App . This module deal with the calendar pricing logic , that the Wobz industry implement. It working with Magento 2.3.\*

- Step 1: Composer installation
- Step 2: Enable the module

### Step 1. Composer installation

[](#step-1-composer-installation)

In this module, we will use composer to install it on different e-commerce .

```
composer require wobz-tech/magento-yield-management

```

### Step 2. Enable the module

[](#step-2-enable-the-module)

By finish above step, you have created an empty module. Now we will enable it in Magento environment. Before enable the module, we must check to make sure Magento has recognize our module or not by enter the following at the command line:

```
php bin/magento module:status

```

If you follow above step, you will see this in the result:

```
List of disabled modules:
WobzTech_MagentoYieldManagement

```

This means the module has recognized by the system but it is still disabled. Run this command to enable it:

```
php bin/magento module:enable WobzTech_MagentoYieldManagement

```

The module has enabled successfully if you saw this result:

```
The following modules has been enabled:
- WobzTech_MagentoYieldManagement

```

This’s the first time you enable this module so Magento require to check and upgrade module database. We need to run this comment:

```
php bin/magento setup:upgrade

```

Then use the compilation tool and the static deployment command line :

```
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy [langages]

```

Now you can check under Product page if the module is present.

TODO example of implementation

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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/cc2d6b2dfee095b42594895cc7c188aadc4dfaf5995770fc6801aa6077b60fb6?d=identicon)[QuentinDess](/maintainers/QuentinDess)

---

Top Contributors

[![QuentinDess](https://avatars.githubusercontent.com/u/52753337?v=4)](https://github.com/QuentinDess "QuentinDess (19 commits)")

### Embed Badge

![Health badge](/badges/wobz-tech-magento-yield-management/health.svg)

```
[![Health](https://phpackages.com/badges/wobz-tech-magento-yield-management/health.svg)](https://phpackages.com/packages/wobz-tech-magento-yield-management)
```

PHPackages © 2026

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