PHPackages                             bicisteadm/subregapi - 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. bicisteadm/subregapi

AbandonedArchivedPackage[API Development](/categories/api)

bicisteadm/subregapi
====================

API class for subreg.cz

v1.0(6y ago)07Apache-2.0PHPPHP &gt;=5.4.0

Since Dec 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bicisteadm/SubregAPI)[ Packagist](https://packagist.org/packages/bicisteadm/subregapi)[ RSS](/packages/bicisteadm-subregapi/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

SubregAPI
=========

[](#subregapi)

PHP Knihovna pro jednoduchou implementaci SOAP API od [Subreg.cz](https://subreg.cz/manual/)

Instalace
---------

[](#instalace)

```
composer require bicisteadm/subregapi

```

Použití
-------

[](#použití)

Tam kde chceme s knihovnou pracovat, si jí zavoláme pomocí:

```
use bicisteadm\SubregAPI\SubregAPI;
```

Inicializujeme třídu, která přijímá parametry pro přihlášení a aktivaci/deaktivaci testovacího prostředí a to v tomto pořadí: Username, Password, Test environment (true/false):

```
$client = new SubregAPI("username", "password", true);
```

První dva parametry jsou povinné, třetí necháme prázdný pro false.

Nyní můžeme volat jednotlivé API funkce pomocí:

```
$params = [
    "domain" => "freshtest01.cz",
    "template" => "freshtest"
];
$data = $client->call("Add_DNS_Zone", $params);
```

První parametr je povinný a obsahuje název API funkce. Druhý parametr jsou doplňková data. Pokud je nepotřebujeme, nemusíme druhý parametr uvádět.

Seznam všech funkcí je k dispozici [zde](https://subreg.cz/manual/).

Enjoy it!

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2395d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98499faefc3fb55d8e8d9b1616104d5b7bca5bad7786b29b4440d8fc9ebe846a?d=identicon)[bicisteadm](/maintainers/bicisteadm)

---

Top Contributors

[![bicisteadm](https://avatars.githubusercontent.com/u/19170948?v=4)](https://github.com/bicisteadm "bicisteadm (3 commits)")

### Embed Badge

![Health badge](/badges/bicisteadm-subregapi/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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