PHPackages                             redbitcz/merk-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. redbitcz/merk-api

ActiveLibrary[API Development](/categories/api)

redbitcz/merk-api
=================

Merk.cz API client for PHP

v0.2.1(4y ago)01951MITPHPPHP &gt;=7.4.0

Since Oct 4Pushed 4y ago2 watchersCompare

[ Source](https://github.com/redbitcz/merk-api-php)[ Packagist](https://packagist.org/packages/redbitcz/merk-api)[ RSS](/packages/redbitcz-merk-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Merk.cz API client for PHP
==========================

[](#merkcz-api-client-for-php)

Package for simple and safe access to [**Merk.cz API**](https://api.merk.cz/docs/).

What is Merk.cz API?
--------------------

[](#what-is-merkcz-api)

Merk.cz API - your programmatic gateway to company data for the Czech Republic and Slovakia.

For more info about API follow [documentation](https://api.merk.cz/docs/)

Install
-------

[](#install)

```
composer install redbitcz/merk-api
```

Usage
-----

[](#usage)

```
$merk = \Redbitcz\MerkApi\Factory::createMerk('YOUR_API_KEY');
$data = $merk->getCompanyByRegNo('24197190');
```

This call returns array like:

```
{
    "regno": "24197190",
    "regno_str": "0024197190",
    "vatno": "CZ24197190",
    "taxno": null,
    "databox_ids": [
        "4648cyh"
    ],
    "name": "Redbit s.r.o.",
    "legal_form": {
        "id": "7",
        "text": "společnost s ručením omezeným"
    },
    ...
}
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~18 days

Total

3

Last Release

1687d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1657322?v=4)[Jakub Bouček](/maintainers/jakubboucek)[@jakubboucek](https://github.com/jakubboucek)

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

---

Top Contributors

[![jakubboucek](https://avatars.githubusercontent.com/u/1657322?v=4)](https://github.com/jakubboucek "jakubboucek (7 commits)")[![Dosty85](https://avatars.githubusercontent.com/u/4076655?v=4)](https://github.com/Dosty85 "Dosty85 (3 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/redbitcz-merk-api/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69634.4M144](/packages/algolia-algoliasearch-client-php)[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)[keboola/storage-api-client

Keboola Storage API PHP Client

10397.4k31](/packages/keboola-storage-api-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[flowwow/cloudpayments-php-client

cloudpayments api client

2197.1k](/packages/flowwow-cloudpayments-php-client)

PHPackages © 2026

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