PHPackages                             baywa-re-lusy/packaging-types-api-sdk - 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. [API Development](/categories/api)
4. /
5. baywa-re-lusy/packaging-types-api-sdk

ActiveLibrary[API Development](/categories/api)

baywa-re-lusy/packaging-types-api-sdk
=====================================

BayWa r.e. LUSY Packaging Types API SDK

1.1.2(2mo ago)0122proprietaryPHPPHP &gt;= 8.2

Since May 12Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/baywa-re-lusy/packaging-types-api-sdk)[ Packagist](https://packagist.org/packages/baywa-re-lusy/packaging-types-api-sdk)[ Docs](https://github.com/baywa-re-lusy/packaging-types-api-sdk)[ RSS](/packages/baywa-re-lusy-packaging-types-api-sdk/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (6)Dependencies (26)Versions (10)Used By (0)

BayWa r.e. Packaging Types API SDK
==================================

[](#baywa-re-packaging-types-api-sdk)

This SDK can be used to retrieve Packaging Types, optionally filtered by subsidiaries or Transporeon ID.

All dependencies injected into the constructor are PSR-compatible:

- Cache :
- HTTP Client :
- HTTP Messages :
- Logger :
- HTTP Factories :

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

[](#installation)

```
composer require baywa-re-lusy/packaging-types-api-sdk
```

Usage
-----

[](#usage)

```
use Laminas\Cache\Storage\Adapter\Apcu;

$tokenCache  = new \Laminas\Cache\Psr\CacheItemPool\CacheItemPoolDecorator(new Apcu());
$resultCache = new \Laminas\Cache\Psr\CacheItemPool\CacheItemPoolDecorator(new Apcu());
$httpFactory = new \Nyholm\Psr7\Factory\Psr17Factory();
$httpClient  = new \GuzzleHttp\Client();

$packagingTypesApiClient = new \BayWaReLusy\PackagingTypesAPI\SDK\PackagingTypesApiClient(
    "",
    "",
    "",
    "",
    $tokenCache,
    $resultCache,
    $httpFactory,
    $httpFactory,
    $httpClient
);

$packagingTypes = $packagingTypesApiClient->getPackagingTypes();
$packagingType  = $packagingTypesApiClient->getPackagingType('');
$packagingType  = $packagingTypesApiClient->findOneByTransporeonId('');
```

Cache Refresh via Console commands
----------------------------------

[](#cache-refresh-via-console-commands)

This SDK contains a Symfony Console command to refresh the Packaging Type cache. You can include the Console command into your application:

```
$cliApp = new \Symfony\Component\Console\Application();
$cliApp->add(new \BayWaReLusy\PackagingTypesAPI\SDK\Console\RefreshPackagingTypesCache($packagingTypesApiClient));
```

And then run the Console commands with:

```
./console packaging-types-api-sdk:refresh-packaging-types-cache
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance86

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~48 days

Recently: every ~70 days

Total

7

Last Release

70d 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 (20 commits)")[![bluespuke](https://avatars.githubusercontent.com/u/1756106?v=4)](https://github.com/bluespuke "bluespuke (6 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/baywa-re-lusy-packaging-types-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/baywa-re-lusy-packaging-types-api-sdk/health.svg)](https://phpackages.com/packages/baywa-re-lusy-packaging-types-api-sdk)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)

PHPackages © 2026

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