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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

2266d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a675aa076f08cab9a11e53080626ea12c43cfa6d70f9a4437601d0280633c025?d=identicon)[sistemkoin](/maintainers/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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