PHPackages                             kduma/emszmal-api - 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. kduma/emszmal-api

ActiveLibrary[API Development](/categories/api)

kduma/emszmal-api
=================

emSzmal Banking API wrapper in PHP

4.0.2(2y ago)23481[1 PRs](https://github.com/kduma-OSS/LV-emSzmal-api/pulls)MITPHPPHP ~8.1

Since Oct 31Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/kduma-OSS/LV-emSzmal-api)[ Packagist](https://packagist.org/packages/kduma/emszmal-api)[ Docs](https://github.com/kduma/L5-emSzmal-api)[ RSS](/packages/kduma-emszmal-api/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

emSzmal Banking API Wrapper
===========================

[](#emszmal-banking-api-wrapper)

[![Latest Stable Version](https://camo.githubusercontent.com/dbe4abb89b8be710b44b7f71fd5686d5dd0e9c58c7ec07f11ba9967881e3f35a/68747470733a2f2f706f7365722e707567782e6f72672f6b64756d612f656d737a6d616c2d6170692f762f737461626c652e737667)](https://packagist.org/packages/kduma/emszmal-api)[![Total Downloads](https://camo.githubusercontent.com/0c5a90a4d40a452fb1202b7f4a881a45c70a28d313308401779c19e21a961483/68747470733a2f2f706f7365722e707567782e6f72672f6b64756d612f656d737a6d616c2d6170692f646f776e6c6f6164732e737667)](https://packagist.org/packages/kduma/emszmal-api)[![License](https://camo.githubusercontent.com/3341cad91908dd4f029f57b14846d40bc062c1270effe41e9074cd27f03b8235/68747470733a2f2f706f7365722e707567782e6f72672f6b64756d612f656d737a6d616c2d6170692f6c6963656e73652e737667)](https://packagist.org/packages/kduma/emszmal-api)

PHP wrapper for the [emSzmal](https://emszmal.pl) banking API — enables fetching account data and transaction history from Polish banks.

Full documentation: [opensource.duma.sh/libraries/php/emszmal](https://opensource.duma.sh/libraries/php/emszmal)

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

[](#requirements)

- PHP `^8.3`
- Laravel `^12.0 || ^13.0` (optional — also works as plain PHP)

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

[](#installation)

```
composer require kduma/emszmal-api
```

Usage
-----

[](#usage)

```
$api = new \KDuma\emSzmalAPI\emSzmalAPI(
    api_id: $api_id,
    api_key: $api_key,
    cache_provider: new \KDuma\emSzmalAPI\CacheProviders\NoCacheProvider(),
);

$session = $api->SayHello();

$accounts = $api->GetAccountsList(
    session: $session,
    credentials: new \KDuma\emSzmalAPI\DTO\BankCredentials(
        provider: \KDuma\emSzmalAPI\Enums\Bank::PKOiPKO,
        login: 'login',
        password: 'password',
        user_context: '',
        token_value: '',
    ),
);

$api->SayBye(session: $session);
```

In Laravel, you can resolve the client from the container after adding credentials to `.env`:

```
$api = app(\KDuma\emSzmalAPI\emSzmalAPI::class);
```

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance56

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 97.1% 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 ~210 days

Recently: every ~128 days

Total

14

Last Release

795d ago

Major Versions

1.1 → 2.02021-02-23

2.1 → 3.02022-11-28

3.x-dev → 4.02023-07-25

PHP version history (3 changes)v1.0PHP ~5.6|~7.0

2.0PHP ~7.4|~8.0

3.0PHP ~8.1

### Community

Maintainers

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

---

Top Contributors

[![kduma](https://avatars.githubusercontent.com/u/1062582?v=4)](https://github.com/kduma "kduma (68 commits)")[![NowakAdmin](https://avatars.githubusercontent.com/u/71527799?v=4)](https://github.com/NowakAdmin "NowakAdmin (1 commits)")[![restyled-commits](https://avatars.githubusercontent.com/u/65077583?v=4)](https://github.com/restyled-commits "restyled-commits (1 commits)")

---

Tags

laravelphpKDumaemSzmalAPI

### Embed Badge

![Health badge](/badges/kduma-emszmal-api/health.svg)

```
[![Health](https://phpackages.com/badges/kduma-emszmal-api/health.svg)](https://phpackages.com/packages/kduma-emszmal-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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