PHPackages                             websupport/iszt-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. websupport/iszt-api

ActiveLibrary[API Development](/categories/api)

websupport/iszt-api
===================

Simple API wrapper for official .hu domain registry

v1.0.2(10y ago)52.1k1MITPHPPHP ~5.3

Since Nov 1Pushed 10y ago6 watchersCompare

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

READMEChangelog (3)DependenciesVersions (4)Used By (0)

iszt api
========

[](#iszt-api)

Basic api connector for iszt.hu (official hungarian domain registry).

[![Latest Stable Version](https://camo.githubusercontent.com/f7bbe967851f23ab951e720e82beaa87b87a7fefe18fa7bf05e32e37f2db744f/68747470733a2f2f706f7365722e707567782e6f72672f776562737570706f72742f69737a742d6170692f762f737461626c652e706e67)](https://packagist.org/packages/websupport/iszt-api)

Installation
------------

[](#installation)

**ISZT api** is composer library so you can install the latest version with:

```
php composer.phar require websupport/iszt-api
```

Usage
-----

[](#usage)

```
$api = new Websupport\Iszt\Connector('username', 'password');
var_dump($api->domainInfo('domain.hu'));
```

Few addiotional configuration options can passed to constructor as third (array) argument:

- **url** - address of api (see also class' constants `API_URL_LIVE` and `API_URL_TRYOUT`)
- **keyPath** - Location of stored gnupg keys
- **keyId** - Which gnupg key to use for signing request
- **passphrase** - Password for that key
- **proxy** - proxy url to use for connecting to API
- **proxyAuth** - proxy authentication data `"username:password"`
- **timeout** - default timeout for connection requests (defaults to 30 seconds)
- **nsServer** - NS server to use

```
$api = new Websupport\Iszt\Connector('username', 'password', array(
	'url' => Websupport\Iszt\Connector::API_URL_TRYOUT,
	'nsServer' => 'ns1.websupport.sk',
));
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~15 days

Total

3

Last Release

3820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/28bb9421e26379323bdef64a21eac186c9cc32f2dd8fb1076abe2b66a171a185?d=identicon)[websupport](/maintainers/websupport)

---

Top Contributors

[![tatarko](https://avatars.githubusercontent.com/u/1819801?v=4)](https://github.com/tatarko "tatarko (1 commits)")

---

Tags

registrationdomainsiszthu

### Embed Badge

![Health badge](/badges/websupport-iszt-api/health.svg)

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

###  Alternatives

[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/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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