PHPackages                             merinsky/fiobank - 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. merinsky/fiobank

ActiveLibrary[API Development](/categories/api)

merinsky/fiobank
================

FioBank API

1.0.1(9y ago)122GPL-3.0PHPPHP &gt;=7.0.0

Since Mar 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MiroslavMerinsky/FioBank)[ Packagist](https://packagist.org/packages/merinsky/fiobank)[ Docs](https://github.com/MiroslavMerinsky/FioBank)[ RSS](/packages/merinsky-fiobank/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (4)Used By (0)

FioBank
=======

[](#fiobank)

FioBank API

It offers implementation of FioBank API described in the [documentation, ver.1.5.2](https://www.fio.cz/docs/cz/API_Bankovnictvi.pdf).

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

[](#installation)

```
composer require merinsky/fiobank
```

Usage
-----

[](#usage)

The **getBankStatement** method returns array of bank statements.

```
define('API_KEY', '...');
$from = \DateTime::createFromFormat('Y-m-d', '2017-01-01');
$to = \DateTime::createFromFormat('Y-m-d', '2017-01-30');

// gets bank statements, period between $from and $to
$bank = new \Merinsky\FioBank\FioBank(API_KEY);
$bs = $bank->getBankStatement($from, $to);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

3

Last Release

3391d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3139bd19de155cd474091e2e72224d8d4a34e4cde52ca7d8fad9bb7371cc0980?d=identicon)[miroslav.merinsky](/maintainers/miroslav.merinsky)

---

Top Contributors

[![MiroslavMerinsky](https://avatars.githubusercontent.com/u/7864641?v=4)](https://github.com/MiroslavMerinsky "MiroslavMerinsky (7 commits)")

---

Tags

apifioFio bank

### Embed Badge

![Health badge](/badges/merinsky-fiobank/health.svg)

```
[![Health](https://phpackages.com/badges/merinsky-fiobank/health.svg)](https://phpackages.com/packages/merinsky-fiobank)
```

###  Alternatives

[mhujer/fio-api-php

Fio API PHP implemention

37226.0k1](/packages/mhujer-fio-api-php)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22879.8k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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