PHPackages                             zoltanlaca/isklad-api-connector - 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. zoltanlaca/isklad-api-connector

ActiveLibrary[API Development](/categories/api)

zoltanlaca/isklad-api-connector
===============================

Lightweight connector to isklad.com rest API

v1.6(11mo ago)41.2kMITPHPPHP ^8.0

Since Jan 14Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/zoltanlaca/isklad-api-connector)[ Packagist](https://packagist.org/packages/zoltanlaca/isklad-api-connector)[ Docs](https://github.com/zoltanlaca/isklad-api-connector)[ RSS](/packages/zoltanlaca-isklad-api-connector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

iSklad API Connector
====================

[](#isklad-api-connector)

The iSklad API Connector library enables you to communicate with iSklad API.

API documentation: [isklad/egon-api-documentation](https://github.com/isklad/egon-api-documentation)

Requirements
------------

[](#requirements)

- [PHP 8.0 or higher](https://www.php.net/)

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

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org/). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require zoltanlaca/isklad-api-connector
```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

### Download the Release

[](#download-the-release)

If you prefer not to use composer, you can download the package in its entirety. The [Releases](https://github.com/zoltanlaca/isklad-api-connector/releases) page lists all stable versions.

Uncompress the zip file you download, and include the autoloader in your project:

```
require_once '/path/to/isklad-api-connector/vendor/autoload.php';
```

Examples
--------

[](#examples)

See the [`examples/`](examples) directory for examples of the key features.

### Basic Example

[](#basic-example)

```
// import classes
use ZoltanLaca\IskladApiConnector\Connector;
use ZoltanLaca\IskladApiConnector\ConnectorException;

// include composer autoload file
include_once dirname(__DIR__) . '/vendor/autoload.php';

// create connector instance
$connector = New Connector('123456', 'xxx', 'xxx');

try {
    $response = $connector
        // set the input data to the request
        ->createRequest('GetOrderStatus', [
            'original_order_id' => 123,
        ])
        // send to api
        ->send()
        // get parsed response from connector
        ->getResponseHeaders();

        // print it
        print_r($response);
} catch (ConnectorException $exception) {
    // handle error
    print_r(sprintf('Connection ERROR: %s', $exception->getMessage()));
}
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance51

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community7

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

Recently: every ~306 days

Total

7

Last Release

349d ago

PHP version history (2 changes)v1.0PHP ^7.4

v1.5PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/218b6ec8f036f3ff23e585b35e9b61e9ac6524ef3e63fc0ce15b2e3b0625f387?d=identicon)[zoltan.laca@fortuity.sk](/maintainers/zoltan.laca@fortuity.sk)

---

Top Contributors

[![zoltanlaca](https://avatars.githubusercontent.com/u/26300430?v=4)](https://github.com/zoltanlaca "zoltanlaca (15 commits)")

---

Tags

apiegoniskladphpzoltanlacaisklad-api-connector

### Embed Badge

![Health badge](/badges/zoltanlaca-isklad-api-connector/health.svg)

```
[![Health](https://phpackages.com/badges/zoltanlaca-isklad-api-connector/health.svg)](https://phpackages.com/packages/zoltanlaca-isklad-api-connector)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M96](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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