PHPackages                             sleekcommerce/sleekshop-phpsdk-json - 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. sleekcommerce/sleekshop-phpsdk-json

ActiveLibrary[API Development](/categories/api)

sleekcommerce/sleekshop-phpsdk-json
===================================

Sleekshop PHP SDK for the Sleekshop API

2.0.0(1y ago)0621MITPHPPHP &gt;=8.0

Since Apr 11Pushed 1y agoCompare

[ Source](https://github.com/sleekshop/phpsdk-json)[ Packagist](https://packagist.org/packages/sleekcommerce/sleekshop-phpsdk-json)[ Docs](https://www.sleekshop.io)[ RSS](/packages/sleekcommerce-sleekshop-phpsdk-json/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (12)Used By (0)

Sleekshop phpsdk-json 2.0
=========================

[](#sleekshop-phpsdk-json-20)

This is the official Sleekshop PHP SDK for the Sleekshop API. It is a wrapper around the Sleekshop API, which provides a simple way to interact with the API.

> Sleekshop is a cloudbased e-commerce platform which allows you to deploy e-commerce functionality via API into your projects no matter what kind of programming - language you want to use, or which devices you want to address.

More about Sleekshop can be found at

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

[](#documentation)

For more information about the Sleekshop API, please refer to the [official documentation](https://docs.sleekshop.io/).

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

[](#installation)

### Using composer

[](#using-composer)

```
composer require sleekcommerce/sleekshop-phpsdk-json:v2

```

Usage
-----

[](#usage)

### 1. Setup SDK

[](#1-setup-sdk)

```
include 'vendor/autoload.php';

use Sleekshop\sleekSDK;
use Sleekshop\Options\DefaultOptions; // optional

// optional
$defaultOptions = new DefaultOptions(
    'de_DE', // default language if not provided in call
    'sleekshop', // token e.g. cookie name
    100, // product image thumbnail height
    'id' // chaining field
);

$sleekshop = new sleekSDK(
    'https://.sleekshop.net/srv/service/',
    '',
    '',
    '', // optional but required for some operations
    $defaultOptions // optional
);
```

### 2. Interact with the API

[](#2-interact-with-the-api)

```
$session = $sleekshop->SessionCtl()->GetSession();
```

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance41

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~172 days

Total

11

Last Release

492d ago

Major Versions

v1.7.2 → 2.0.02025-01-02

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16918752?v=4)[sleekcommerce](/maintainers/sleekcommerce)[@sleekcommerce](https://github.com/sleekcommerce)

---

Top Contributors

[![sleekcommerce](https://avatars.githubusercontent.com/u/16918752?v=4)](https://github.com/sleekcommerce "sleekcommerce (17 commits)")[![torstenlemke](https://avatars.githubusercontent.com/u/22012025?v=4)](https://github.com/torstenlemke "torstenlemke (9 commits)")[![sleekshop](https://avatars.githubusercontent.com/u/17175849?v=4)](https://github.com/sleekshop "sleekshop (8 commits)")

---

Tags

sdksleekshop

### Embed Badge

![Health badge](/badges/sleekcommerce-sleekshop-phpsdk-json/health.svg)

```
[![Health](https://phpackages.com/badges/sleekcommerce-sleekshop-phpsdk-json/health.svg)](https://phpackages.com/packages/sleekcommerce-sleekshop-phpsdk-json)
```

###  Alternatives

[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

233.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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