2017 © Pedro Peláez
 

library iszt-api

Simple API wrapper for official .hu domain registry

image

websupport/iszt-api

Simple API wrapper for official .hu domain registry

  • Wednesday, December 2, 2015
  • by websupport
  • Repository
  • 8 Watchers
  • 1 Stars
  • 1,653 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

iszt api

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

Latest Stable Version, (*2)

Installation

ISZT api is composer library so you can install the latest version with:, (*3)

php composer.phar require websupport/iszt-api

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:, (*4)

  • 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',
));

The Versions

02/12 2015

dev-master

9999999-dev

Simple API wrapper for official .hu domain registry

  Sources   Download

MIT

The Requires

  • php ~5.3

 

registration domains iszt hu

02/12 2015

v1.0.2

1.0.2.0

Simple API wrapper for official .hu domain registry

  Sources   Download

MIT

The Requires

  • php ~5.3

 

registration domains iszt hu

02/11 2015

v1.0.1

1.0.1.0

Simple API wrapper for official .hu domain registry

  Sources   Download

MIT

The Requires

  • php ~5.3

 

registration domains iszt hu

01/11 2015

v1.0.0

1.0.0.0

Simple API wrapper for official .hu domain registry

  Sources   Download

MIT

The Requires

  • php ~5.3

 

registration domains iszt hu