PHPackages                             sistemkoin/public-api-v1-php-sdk - 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. sistemkoin/public-api-v1-php-sdk

ActiveLibrary[API Development](/categories/api)

sistemkoin/public-api-v1-php-sdk
================================

Sistemkoin Exchange Public API SDK For PHP Developers

1.0.4(6y ago)06[2 PRs](https://github.com/sistemkoin-exchange/public-api-v1-php-sdk/pulls)MITPHP

Since Feb 25Pushed 3y agoCompare

[ Source](https://github.com/sistemkoin-exchange/public-api-v1-php-sdk)[ Packagist](https://packagist.org/packages/sistemkoin/public-api-v1-php-sdk)[ RSS](/packages/sistemkoin-public-api-v1-php-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

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

[](#installation)

- Clone this repository `git clone https://github.com/sistemkoin-exchange/public-api-v1-php-sdk.git`
- Install composer packages `composer install`
- Create composer autoloader `composer dump-autoload -o`

OR

- Install php-sdk composer package `composer require sistemkoin/public-api-v1-php-sdk`

Create Requests
---------------

[](#create-requests)

- Import composer autoloader `require 'vendor/autoload.php';`
- Setup your environment

```
use STK\SistemkoinSDK;

require 'vendor/autoload.php';

$apiKey = 'YOUR_API_KEY';
$apiSecret = 'YOUR_API_SECRET';

```

- Create SDK Class

```
$sdk = new SistemkoinSDK($apiKey, $apiSecret);

```

- Make request

```
dd($sdk->getUserData());

```

### Proxy - Watch Requests

[](#proxy---watch-requests)

If u want to use proxy, add proxy parameters in guzzlehttp/client options.

- *src/SistemkoinSDK.php*

```
$clientOptions = array_merge($clientOptions, [
    'proxy'  => '{proxy_server}:{proxy_port}',
]);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

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

Total

2

Last Release

2364d ago

### Community

Maintainers

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

---

Top Contributors

[![SistemkoinDev](https://avatars.githubusercontent.com/u/52821360?v=4)](https://github.com/SistemkoinDev "SistemkoinDev (6 commits)")

### Embed Badge

![Health badge](/badges/sistemkoin-public-api-v1-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/sistemkoin-public-api-v1-php-sdk/health.svg)](https://phpackages.com/packages/sistemkoin-public-api-v1-php-sdk)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.4k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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