Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

alisri/PHP-NicTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PHP-NicTool

The NicTool PHP module utilizes the existing API with SOAP calls to retrieve, update, and manipulate DNS records. The available API calls can be referenced in the NicTool docs.

Installation

Just add the NicTool class to your project.

Usage:

$nictool = new NicTool($location, $uri, $username, $password);
$zone_records = $nictool->get_zone_records(nt_zone_id);

About

NicTool DNS SDK for PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages