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

ActiveLibrary[API Development](/categories/api)

marketcloud/marketcloud-php
===========================

Marketcloud PHP sdk

v1.0.12(9y ago)21.9k5[1 PRs](https://github.com/Marketcloud/marketcloud-php/pulls)MITPHPPHP &gt;=5.3.3

Since May 27Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Marketcloud/marketcloud-php)[ Packagist](https://packagist.org/packages/marketcloud/marketcloud-php)[ RSS](/packages/marketcloud-marketcloud-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (15)Used By (0)

marketcloud-php
===============

[](#marketcloud-php)

Marketcloud API official PHP client library

Installation with Composer
--------------------------

[](#installation-with-composer)

```
composer require marketcloud/marketcloud-php
composer install

```

Then you can use the Composer's autoload

```
require_once('vendor/autoload.php');
```

Manual installation
-------------------

[](#manual-installation)

You can download the latest release from GitHub and then include the init.php file

```
require_once('/path/to/marketcloud-php/init.php');
```

Documentation
-------------

[](#documentation)

The official documentation can be found at

API overview
------------

[](#api-overview)

You can interact with the api through a Marketcloud

```
Marketcloud\Marketcloud::setCredentials(array(
  'secret_key' => 'your-secret-key',
  'public_key' => 'your-public-key'
));
```

Every resource method, returns json data:

```
$response = Marketcloud\Products::get();

echo json_encode( (array)$response->body )
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 95.2% 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 ~24 days

Recently: every ~43 days

Total

13

Last Release

3352d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/376f7f1c85812a6ae1791d7929f4352bbd3ed02a0e6fe43b659da951a384f98a?d=identicon)[fatmatto](/maintainers/fatmatto)

---

Top Contributors

[![fatmatto](https://avatars.githubusercontent.com/u/315874?v=4)](https://github.com/fatmatto "fatmatto (40 commits)")[![theBliz](https://avatars.githubusercontent.com/u/10141807?v=4)](https://github.com/theBliz "theBliz (1 commits)")[![ttopholm](https://avatars.githubusercontent.com/u/593729?v=4)](https://github.com/ttopholm "ttopholm (1 commits)")

---

Tags

apiecommercemarketcloudshopping-cartapiecommercemarketcloud

### Embed Badge

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

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

###  Alternatives

[aimeos/aimeos-headless

Aimeos headless ecommerce system

2.5k2.3k](/packages/aimeos-aimeos-headless)[robwittman/shopify-php-sdk

PHP SDK for Shopify API

7098.9k1](/packages/robwittman-shopify-php-sdk)

PHPackages © 2026

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