PHPackages                             baywa-re-lusy/tms-wms-messages - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. baywa-re-lusy/tms-wms-messages

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

baywa-re-lusy/tms-wms-messages
==============================

BayWa r.e. LUSY TMS/WMS messages

1.0.2(2y ago)0264proprietaryPHPPHP &gt;= 8.1

Since Jan 4Pushed 2y agoCompare

[ Source](https://github.com/baywa-re-lusy/tms-wms-messages)[ Packagist](https://packagist.org/packages/baywa-re-lusy/tms-wms-messages)[ Docs](https://github.com/baywa-re-lusy/tms-wms-messages)[ RSS](/packages/baywa-re-lusy-tms-wms-messages/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

BayWa r.e. LUSY TMS/WMS messages
================================

[](#baywa-re-lusy-tmswms-messages)

BayWa r.e. LUSY Messaging between TMS &amp; WMS

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

[](#installation)

```
./composer.phar require baywa-re-lusy/tms-wms-messages
```

Usage
-----

[](#usage)

To create a message &amp; serialize it :

```
use \BayWaReLusy\TmsWmsMessages\TmsToWmsUpdate;

$tmsToWmsUpdate = new TmsToWmsUpdate();
$tmsToWmsUpdate->setPickingOrderId($pickingOrder->getId());

$jsonMessage = $tmsToWmsUpdate->serializeToJson();
```

To deserialize a message :

```
use \BayWaReLusy\TmsWmsMessages\TmsToWmsUpdate;

$jsonMessage = '{...}';

$tmsToWmsUpdate = TmsToWmsUpdate::createFromJsonString($jsonMessage);
$pickingOrderId = $tmsToWmsUpdate->getPickingOrderId();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

859d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d6584819dabfe835a6caa1826bf2716dee040714e2a769365afa84d68b144b9?d=identicon)[ppaulis](/maintainers/ppaulis)

---

Top Contributors

[![ppaulis](https://avatars.githubusercontent.com/u/1609503?v=4)](https://github.com/ppaulis "ppaulis (10 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/baywa-re-lusy-tms-wms-messages/health.svg)

```
[![Health](https://phpackages.com/badges/baywa-re-lusy-tms-wms-messages/health.svg)](https://phpackages.com/packages/baywa-re-lusy-tms-wms-messages)
```

PHPackages © 2026

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