PHPackages                             cyberkonsultant/php-instance-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cyberkonsultant/php-instance-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cyberkonsultant/php-instance-sdk
================================

Cyberkonsultant Instance SDK for PHP

1.6.11(3y ago)22.1k1GPL-3.0-or-laterPHPPHP ^7.1|^8.0

Since Sep 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/IDEAflowbox/php-instance-sdk)[ Packagist](https://packagist.org/packages/cyberkonsultant/php-instance-sdk)[ RSS](/packages/cyberkonsultant-php-instance-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (58)Used By (1)

Cyberkonsultant SDK for PHP
===========================

[](#cyberkonsultant-sdk-for-php)

Cyberkonsultant SDK for PHP jest biblioteką napisaną w języku PHP, dostarczającą wiele zaawansowanych funkcji, które umożliwiają programistom łatwą integrację aplikacji zależnych od cyberkonsultanta z API instancji klienckiej cyberkonsultanta.

---

Wymagania biblioteki
--------------------

[](#wymagania-biblioteki)

- PHP 7.1 lub wyższy
- [Composer](https://getcomposer.org/)

---

Instalacja
----------

[](#instalacja)

```
composer require cyberkonsultant/php-instance-sdk

```

---

Inicjalizacja
-------------

[](#inicjalizacja)

W celu korzystania z biblioteki, należy podać *adres URL* do API instancji klienta oraz *access token*:

```
$sdk = new Cyberkonsultant\Cyberkonsultant([
    'api_url' => 'http://localhost:3000',
    'access_token' => 'ACCESS_TOKEN'
]);

```

Przykłady użycia
----------------

[](#przykłady-użycia)

Poniższe przykłady demonstrują w jaki sposób można wykorzystać bibliotekę:

- **Eventy**
    - [Pobierz listę eventów](./examples/get-events.php)
    - [Zapisz event](./examples/create-event.php)
- **Użytkownicy**
    - [Pobierz listę użytkowników](./examples/get-users.php)
    - [Pobierz pojedyńczego użytkownika](./examples/get-user.php)
    - [Zaktualizuj użytkownika](./examples/update-user.php)
- **Produkty**
    - [Pobierz listę produktów](./examples/get-products.php)
    - [Dodaj produkty](./examples/add-products.php)
- **Kategorie**
    - [Pobierz listę kategorii](./examples/get-categories.php)
    - [Dodaj kategorię](./examples/add-category.php)
    - [Powiąż kategorie](./examples/associate-categories.php)
- **Cechy**
    - [Pobierz listę cech](./examples/get-features.php)
    - [Dodaj cechę](./examples/add-feature.php)
- **Grupy**
    - [Pobierz listę grup](./examples/get-groups.php)
    - [Dodaj grupę](./examples/add-group.php)
    - [Pobierz listę produktów dla grupy](./examples/get-group-products.php)
    - [Pobierz listę identyfikatorów wszystkich produktów dla grupy](./examples/get-group-products-ids.php)
    - [Pobierz listę kodów produktów wszystkich produktów dla grupy](./examples/get-group-products-codes.php)
- **Ramki rekomendacyjne**
    - [Pobierz listę ramek rekomendacyjnych](./examples/get-recommendation-frames.php)
    - [Utwórz prostą ramkę rekomendacyjną](./examples/create-simple-recommendation-frame.php)
    - [Utwórz zaawansowaną ramkę rekomendacyjną](./examples/create-advanced-recommendation-frame.php)
    - [Zaktualizuj ramkę rekomendacyjną](./examples/update-recommendation-frame.php)
- **\[Voice\] Połączenia**
    - [Pobierz listę połączeń](./examples/get-calls.php)
    - [Dodaj połączenie](./examples/create-call.php)
    - [Oznacz połączenie jako przetworzone](./examples/mark-call-as-processed.php)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

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

Total

56

Last Release

1150d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5143213fc2f185684a3edb5c0dae9d8a64e316f6096096d8acb068c376dcfcc?d=identicon)[siwymilek](/maintainers/siwymilek)

---

Top Contributors

[![sebastianlew](https://avatars.githubusercontent.com/u/1876642?v=4)](https://github.com/sebastianlew "sebastianlew (2 commits)")[![siwymilek](https://avatars.githubusercontent.com/u/898943?v=4)](https://github.com/siwymilek "siwymilek (2 commits)")

---

Tags

ideaflowboxphpsdk

### Embed Badge

![Health badge](/badges/cyberkonsultant-php-instance-sdk/health.svg)

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

###  Alternatives

[lootils/geo

A simple library for dealing with Earth geo coordinate manipulations.

1624.7k1](/packages/lootils-geo)

PHPackages © 2026

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