PHP code example of websupport / iszt-api

1. Go to this page and download the library: Download websupport/iszt-api library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

websupport / iszt-api example snippets


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

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