PHPackages                             lukashron/zbozicz-request-conversion - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. lukashron/zbozicz-request-conversion

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lukashron/zbozicz-request-conversion
====================================

Request maker pro Zbozi.cz konverze.

1.0.1(2y ago)08MITPHPPHP ^7.4 || ^8.0

Since Aug 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lukashron/zbozicz-request-conversion)[ Packagist](https://packagist.org/packages/lukashron/zbozicz-request-conversion)[ RSS](/packages/lukashron-zbozicz-request-conversion/feed)WikiDiscussions main Synced 1mo ago

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

Request generátor pro Zboží.cz konverze
=======================================

[](#request-generátor-pro-zbožícz-konverze)

Install
-------

[](#install)

```
$ composer require lukashron/zbozicz-request-conversion

```

Use
---

[](#use)

```
try {
    $order = new Order();
    $order->setOrderId('exampleTestOrderId');
    $order->setEmail('example@email.com');
    $order->setDeliveryPrice(100);
    $order->setDeliveryType('own-hands');
    $order->setPaymentType('cash');
    $order->setOtherCosts(-20);
    $order->addItem(
        (new Item())
            ->setItemId('123')
            ->setProductName('Example product')
            ->setQuantity(1)
            ->setUnitPrice(200)
    );
} catch (InvalidValueException $exception) {
    ...
}

$requestFactory = new RequestFactory(123,  'secretKeys', false);

$request = $requestFactory->make($order);
```

Code
----

[](#code)

```
$ docker compose exec app php ./vendor/bin/phpunit
$ docker compose exec app php vendor/bin/rector process
```

[www.lukashron.cz](http://www.lukashron.cz)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

1013d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09a470cd9f0683777740d9a4aaee55555c7df536713e2e21a4a36ba69fe73189?d=identicon)[lukashron](/maintainers/lukashron)

---

Top Contributors

[![lukashron](https://avatars.githubusercontent.com/u/38288500?v=4)](https://github.com/lukashron "lukashron (5 commits)")

---

Tags

konverzephp-libraryphp8zbozizbozi-czbackendzbozizbozi konverzezbozi request

###  Code Quality

TestsPHPUnit

Static AnalysisRector

### Embed Badge

![Health badge](/badges/lukashron-zbozicz-request-conversion/health.svg)

```
[![Health](https://phpackages.com/badges/lukashron-zbozicz-request-conversion/health.svg)](https://phpackages.com/packages/lukashron-zbozicz-request-conversion)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M384](/packages/php-http-curl-client)

PHPackages © 2026

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