PHPackages                             podnik/subreg - 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. podnik/subreg

ActiveLibrary[API Development](/categories/api)

podnik/subreg
=============

This is Subreg api abstraction layer for communicating with soap.subreg.cz

v1.0.4(5y ago)011MITPHPPHP &gt;= 7.1

Since Nov 7Pushed 5y agoCompare

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

READMEChangelogDependencies (3)Versions (7)Used By (0)

Subreg.cz API client class
==========================

[](#subregcz-api-client-class)

\###installation with composer

```
composer require podnik/subreg

```

### Init

[](#init)

Class Subreg is under Podnik namespace

```
use Podnik\Subreg;
$subreg = new Subreg('login', 'password');

```

\###Usage Names of class methods and parameters correspond with subreg.cz API commands (ssid is passed automatically).

```
$response = $subreg->Info_Domain('domain.xyz');

```

All optional parameters have to be passed as an array

```
$response = Upload_Document($name, $document, ['filetype' => 'value', 'type' => 'value])
//or with no optional parameters
$response = Upload_Document($name, $document)

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

6

Last Release

2015d ago

Major Versions

v0.0.1 → v1.0.02020-11-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b0b5e9b4743ae7bf764d22d026fdf545cbaf35e92bd72a88196981907fb7636?d=identicon)[panrobert](/maintainers/panrobert)

---

Top Contributors

[![panrobert](https://avatars.githubusercontent.com/u/46072970?v=4)](https://github.com/panrobert "panrobert (20 commits)")[![mandima1](https://avatars.githubusercontent.com/u/70442170?v=4)](https://github.com/mandima1 "mandima1 (3 commits)")

---

Tags

apiclientsoapsubreg

### Embed Badge

![Health badge](/badges/podnik-subreg/health.svg)

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

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

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