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 6d 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 27% 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

2349d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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