PHPackages                             hubipe/finstat - 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. hubipe/finstat

ActiveLibrary[API Development](/categories/api)

hubipe/finstat
==============

FinStat.sk API client for PHP

v1.0.13(12mo ago)335.9k↓12%7MITPHPPHP ^7.1 || ^8.0

Since Mar 7Pushed 12mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (15)Used By (0)

FinStat.sk API client
=====================

[](#finstatsk-api-client)

This is an API client for [finstat.sk](https://finstat.sk/), Slovakian company register.

How to install
--------------

[](#how-to-install)

Install package [`hubipe/finstat`](https://packagist.org/packages/hubipe/finstat) with [Composer](https://getcomposer.org/):

```
composer require hubipe/finstat
```

So far, in the library, there is only one implemented RequestClient - `GuzzleRequestClient`. If you don't want to implement your own, you'll also need to require

```
composer require guzzlehttp/guzzle
```

How to use
----------

[](#how-to-use)

Using client is easy - all you have to do is initiate `FinStat` class by passing it request client, API key and private API key:

```
