PHPackages                             maksa988/privatbank-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. maksa988/privatbank-api

ActiveLibrary[API Development](/categories/api)

maksa988/privatbank-api
=======================

Library for connecting to PrivatBank API

021PHP

Since Sep 26Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

PrivatBank API
==============

[](#privatbank-api)

Library for connecting your PHP application with PrivatBank API

[![Build Status](https://camo.githubusercontent.com/3543820f0c2f13bbf406fd5ec65581eb259f9c55f7b93438811c9cf20581db53/68747470733a2f2f7472617669732d63692e6f72672f7365726765796e657a62726974736b69792f70726976617462616e6b2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sergeynezbritskiy/privatbank-api)[![Latest Stable Version](https://camo.githubusercontent.com/5743ccbd887c30c1df421b9999d2b853a48656f52d98e282ce16c2b1642b505d/68747470733a2f2f706f7365722e707567782e6f72672f7365726765796e657a62726974736b69792f70726976617462616e6b2d6170692f762f737461626c65)](https://packagist.org/packages/sergeynezbritskiy/privatbank-api)[![Total Downloads](https://camo.githubusercontent.com/435712fa6983710c036c35aeb73b45e14459ee94a5a06e41bcbb3524e7b9b1b6/68747470733a2f2f706f7365722e707567782e6f72672f7365726765796e657a62726974736b69792f70726976617462616e6b2d6170692f646f776e6c6f616473)](https://packagist.org/packages/sergeynezbritskiy/privatbank-api)[![Latest Unstable Version](https://camo.githubusercontent.com/16fd93882d7ce64be0240bd8b8c0d28a6381ec0a6ccf8b5b67566478460d9c9b/68747470733a2f2f706f7365722e707567782e6f72672f7365726765796e657a62726974736b69792f70726976617462616e6b2d6170692f762f756e737461626c65)](https://packagist.org/packages/sergeynezbritskiy/privatbank-api)[![License](https://camo.githubusercontent.com/9e7ab78b710f700fd09a470aafd2d46d697b4bb22314da9b2edabe3a831cae5d/68747470733a2f2f706f7365722e707567782e6f72672f7365726765796e657a62726974736b69792f70726976617462616e6b2d6170692f6c6963656e7365)](https://packagist.org/packages/sergeynezbritskiy/privatbank-api)

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

[](#installation)

The easiest way to install module is using Composer

```
composer require sergeynezbritskiy/privatbank-api:"^3.0"

```

Notes
-----

[](#notes)

For more details please visit \[\]

Simple usage
------------

[](#simple-usage)

Using library is as easy as possible

```
//create public client for connecting with API
$client = new \SergeyNezbritskiy\PrivatBank\PublicClient();
//run the request
$result = $client->infrastructure(\SergeyNezbritskiy\PrivatBank\Request\InfrastructureRequest::TYPE_ATM, 'Днепр');

//create authorized client for connecting with API
$client = new \SergeyNezbritskiy\PrivatBank\AuthorizedClient();
//create merchant
$merchant = new \SergeyNezbritskiy\PrivatBank\Merchant('', '');
$client->setMerchant($merchant);
//run the request
$result = $client->balance('4111111111111111');
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 97% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/20fbc1e64ffeb6456030e392c1f59eb47a5e9dbb4406aa117ce2a343a4c9f1ba?d=identicon)[maksa988](/maintainers/maksa988)

---

Top Contributors

[![sergeynezbritskiy](https://avatars.githubusercontent.com/u/8030069?v=4)](https://github.com/sergeynezbritskiy "sergeynezbritskiy (131 commits)")[![maksa988](https://avatars.githubusercontent.com/u/5982466?v=4)](https://github.com/maksa988 "maksa988 (2 commits)")[![Spell6inder](https://avatars.githubusercontent.com/u/2795910?v=4)](https://github.com/Spell6inder "Spell6inder (2 commits)")

### Embed Badge

![Health badge](/badges/maksa988-privatbank-api/health.svg)

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

###  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)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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