PHPackages                             ryssbowh/zedonk-api-php - 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. ryssbowh/zedonk-api-php

ActiveLibrary[API Development](/categories/api)

ryssbowh/zedonk-api-php
=======================

Simple PHP Wrapper for Zedonk API calls

1.0(6y ago)041MITPHPPHP &gt;=5.6.0

Since Sep 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ryssbowh/zedonk-api-php)[ Packagist](https://packagist.org/packages/ryssbowh/zedonk-api-php)[ Docs](https://github.com/ryssbowh/zedonk-api)[ RSS](/packages/ryssbowh-zedonk-api-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Zedonk API
==========

[](#zedonk-api)

Simple wrapper to read a zedonk repository through its api.

You'll need to set your credentials before using it : `ZedonkAPI\ZedonkAPI::setCredentials($url, $key, $user, $password)`

Each call will return an array of `\ZedonkAPI\ZedonkEntity` which has basic getters/setters

Filters must have the following form

```
[
    ['price > 100', 'and'],
    ["vat = 'true'", 'or'] //Note the extra quotes here
]

```

Change the default season name with `ZedonkAPI::setSeason($season)`

Available calls :

- `ZedonkAPI\ZedonkAPI::getProducts($filters = [])`
- `ZedonkAPI\ZedonkAPI::getCustomers($filters = [])`
- `ZedonkAPI\ZedonkAPI::getOrders($filters = [])`
- `ZedonkAPI\ZedonkAPI::getInventory($filters = [])`

Or you could call any report by its name : `ZedonkAPI\ZedonkAPI::call('MyCustomReport', $filters = [])`

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2439d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6736613?v=4)[The Web Puzzlers](/maintainers/ryssbowh)[@ryssbowh](https://github.com/ryssbowh)

---

Tags

phpapizedonk

### Embed Badge

![Health badge](/badges/ryssbowh-zedonk-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/ryssbowh-zedonk-api-php/health.svg)](https://phpackages.com/packages/ryssbowh-zedonk-api-php)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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