PHPackages                             cschalenborgh/php-zalando - 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. cschalenborgh/php-zalando

ActiveLibrary[API Development](/categories/api)

cschalenborgh/php-zalando
=========================

A PHP library for the Zalando API

v1.2(9y ago)91.7k3[1 issues](https://github.com/cschalenborgh/php-zalando/issues)[1 PRs](https://github.com/cschalenborgh/php-zalando/pulls)Apache-2.0PHPPHP &gt;=5.5.0

Since Oct 26Pushed 9y ago2 watchersCompare

[ Source](https://github.com/cschalenborgh/php-zalando)[ Packagist](https://packagist.org/packages/cschalenborgh/php-zalando)[ Docs](https://github.com/cschalenborgh/php-zalando)[ RSS](/packages/cschalenborgh-php-zalando/feed)WikiDiscussions master Synced 1mo ago

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

Zalando PHP API Wrapper
=======================

[](#zalando-php-api-wrapper)

[![Build Status](https://camo.githubusercontent.com/7a08def20c86b94910c015c3301f8fe4a137e01ad637874a387e38f63bfcc402/68747470733a2f2f7472617669732d63692e6f72672f63736368616c656e626f7267682f7068702d7a616c616e646f2e737667)](https://travis-ci.org/cschalenborgh/php-zalando)[![Coverage Status](https://camo.githubusercontent.com/03bb1b9bd51ea8610e971a102b5e8565d7a89b595847b8e9becb349f529b46dc/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f63736368616c656e626f7267682f7068702d7a616c616e646f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/cschalenborgh/php-zalando?branch=master)[![Total Downloads](https://camo.githubusercontent.com/d38a665c8f5280894b055964947048e6ecb8ea11b96166fec08076f3fa71fdff/68747470733a2f2f706f7365722e707567782e6f72672f63736368616c656e626f7267682f7068702d7a616c616e646f2f642f746f74616c2e737667)](https://packagist.org/packages/cschalenborgh/php-zalando)[![License](https://camo.githubusercontent.com/711b4486b79a8a24edf25858d8c60ac04635b83cba7cdf7249a109dbb9dc30bb/68747470733a2f2f706f7365722e707567782e6f72672f63736368616c656e626f7267682f7068702d7a616c616e646f2f6c6963656e73652e737667)](https://packagist.org/packages/cschalenborgh/php-zalando)

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

[](#installation)

### Composer

[](#composer)

Add php-zalando in your composer.json or create a new composer.json:

```
{
    "require": {
        "cschalenborgh/php-zalando": "dev-master"
    }
}
```

Now tell composer to download the library by running the command:

```
$ php composer.phar install
```

Composer will generate the autoloader file automatically. So you only have to include this. Typically its located in the vendor dir and its called autoload.php

Basic Usage:
------------

[](#basic-usage)

This library is using the PSR-0 standard: So you can use any autoloader which fits into this standard.

API Docs:
---------

[](#api-docs)

API Demo:
---------

[](#api-demo)

Supported API methods:
----------------------

[](#supported-api-methods)

-
- [https://api.zalando.com/article-reviews/{reviewId}](https://api.zalando.com/article-reviews/%7BreviewId%7D)
-
- [https://api.zalando.com/article-reviews-summaries/{articleModelId}](https://api.zalando.com/article-reviews-summaries/%7BarticleModelId%7D)
-
- [https://api.zalando.com/articles/{articleId}](https://api.zalando.com/articles/%7BarticleId%7D)
- [https://api.zalando.com/articles/{articleId}/media](https://api.zalando.com/articles/%7BarticleId%7D/media)
- [https://api.zalando.com/articles/{articleId}/reviews](https://api.zalando.com/articles/%7BarticleId%7D/reviews)
- [https://api.zalando.com/articles/{articleId}/reviews-summary](https://api.zalando.com/articles/%7BarticleId%7D/reviews-summary)
- [https://api.zalando.com/articles/{articleId}/units](https://api.zalando.com/articles/%7BarticleId%7D/units)
- [https://api.zalando.com/articles/{articleId}/units/{unitId}](https://api.zalando.com/articles/%7BarticleId%7D/units/%7BunitId%7D)
-
- [https://api.zalando.com/brands/{key}](https://api.zalando.com/brands/%7Bkey%7D)
-
- [https://api.zalando.com/categories/{key}](https://api.zalando.com/categories/%7Bkey%7D)
-
- [https://api.zalando.com/facets?{filters}](https://api.zalando.com/facets?%7Bfilters%7D)
-
- [https://api.zalando.com/filters/{name}](https://api.zalando.com/filters/%7Bname%7D)
- [https://api.zalando.com/recommendations/{articleIds}](https://api.zalando.com/recommendations/%7BarticleIds%7D)

Multiple filter values
----------------------

[](#multiple-filter-values)

Since Zalando uses multiple filter values like this: [https://api.zalando.com/articles?brandFamily=nike&amp;color=white&amp;color=red&amp;page=1&amp;pageSize=2](https://api.zalando.com/articles?brandFamily=nike&color=white&color=red&page=1&pageSize=2)

We've chosen to accept comma seperated values for the filter setting. For example: $articles-&gt;setColor('white,red');

Feel free to contribute.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

3

Last Release

3553d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f08c941e8dba5ea36142525d2a262528dad72e4cd46ca48cd8cdd0a45c52075a?d=identicon)[cschalenborgh](/maintainers/cschalenborgh)

---

Top Contributors

[![cschalenborgh](https://avatars.githubusercontent.com/u/10864861?v=4)](https://github.com/cschalenborgh "cschalenborgh (27 commits)")

---

Tags

apizalando

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cschalenborgh-php-zalando/health.svg)

```
[![Health](https://phpackages.com/badges/cschalenborgh-php-zalando/health.svg)](https://phpackages.com/packages/cschalenborgh-php-zalando)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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