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

ActiveLibrary[API Development](/categories/api)

artincms/phpsdk-sleekshop
=========================

Sleekshop PHP SDK for the Sleekshop API

v2.0.1(7mo ago)02MITPHPPHP &gt;=8.0

Since Nov 24Pushed 7mo agoCompare

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

READMEChangelog (1)DependenciesVersions (2)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

30

—

LowBetter than 62% of packages

Maintenance64

Regular maintenance activity

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

221d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0edbbc676f6275e1d7211d2b622fc575014175e64f362737f2ef6edb092216e1?d=identicon)[adel\_ra777](/maintainers/adel_ra777)

---

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)")[![artincms](https://avatars.githubusercontent.com/u/12808019?v=4)](https://github.com/artincms "artincms (3 commits)")

---

Tags

sdksleekshop

### Embed Badge

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

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

###  Alternatives

[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.5k](/packages/appwilio-cdek-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

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

PHPackages © 2026

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