PHPackages                             filipsedivy/dropshippingcz - 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. filipsedivy/dropshippingcz

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

filipsedivy/dropshippingcz
==========================

Dropshipping.cz - PHP client

0.2(7y ago)0124MITPHP

Since Aug 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/filipsedivy/DropshippingCz)[ Packagist](https://packagist.org/packages/filipsedivy/dropshippingcz)[ RSS](/packages/filipsedivy-dropshippingcz/feed)WikiDiscussions master Synced today

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

[![Dropshipping](.github/logo.png)](https://www.dropshipping.cz)

Introduction
------------

[](#introduction)

This is a library that maps the [Dropshipping.cz API](https://client.api.dropshipping.cz).

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

[](#installation)

The recommended way to is via [Composer](https://packagist.org/packages/filipsedivy/dropshippingcz):

```
composer require filipsedivy/dropshippingcz

```

It requires PHP version 7.1 and supports PHP up to 7.2.

Usage
-----

[](#usage)

```
$apiConfig = new FilipSedivy\DropshippingCz\Model\ApiConfig('token');
$client = new FilipSedivy\DropshippingCz\Client($apiConfig);
```

### Services

[](#services)

All services are located in the **src/Services** folder

```
$client->getEshops()
$client->getProducts()
$client->getPayments()
$client->getDeliveries()
$client->getOrder()
$client->getOrders()
```

### Object HttpResponse

[](#object-httpresponse)

HttpResponse is an object that takes care of returning data from the API. Allows:

- Creating collections and entities over data
- Working with raw data
- Convert to array

#### List of methods object HttpResponse

[](#list-of-methods-object-httpresponse)

MethodData type of return dataDescriptiongetResponse()ResponseInterfaceThis is the returned data object from the Guzzle librarygetContent()stringRaw body from APItoArray(int $options = 0)mixed (object OR array)Convert JSON output to arraytoArrayData()mixed (object OR array)Convert only data to arraytoCollection()IEntity\[\]Converting data to collections and entities serves to better work with dataExample
-------

[](#example)

### Get list of eshops

[](#get-list-of-eshops)

```
$arrayList = $client->getEshops()->getList()->toArray();
$collection = $client->getEshops()->getList()->toCollection();
```

TODO
----

[](#todo)

- **HttpResponse**
    - MultiLevel mapper / create sub entity, collection
    - Map POST response
- **Services/Orders**
    - Complete sendOrder(...) method
- **Entity/Services/...**
    - Complete PHPDoc
    - Create entity annotation
    - Strict data types
    - Complete *IEntity*-&gt;toArray() method :*(*

Donate
======

[](#donate)

Has a library helped you or made your job easier? I will be happy if you contribute PR or even financially. Thanks to these posts, this library can grow and ease work.

PayPal (link to PayPal.me )[mail@filipsedivy.cz](https://paypal.me/filipsedivy)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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

Total

2

Last Release

2810d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5647591?v=4)[Filip Šedivý](/maintainers/filipsedivy)[@filipsedivy](https://github.com/filipsedivy)

---

Top Contributors

[![filipsedivy](https://avatars.githubusercontent.com/u/5647591?v=4)](https://github.com/filipsedivy "filipsedivy (23 commits)")

### Embed Badge

![Health badge](/badges/filipsedivy-dropshippingcz/health.svg)

```
[![Health](https://phpackages.com/badges/filipsedivy-dropshippingcz/health.svg)](https://phpackages.com/packages/filipsedivy-dropshippingcz)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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