Developer Center

Functions

register() - Domain Name Registration

It is used to register the domain name. Parameters; $domain Full domain name, example: example.com $sld Domain Name, example: example $tld Extension of the domain name, example: com $year Annual period of the domain name, example: 1 or 10 $dns Nameserver in...

transfer() - Domain Name Transfer

It is used for domain name transfer, it has the same function with register() function. The only difference is that the last parameter is $eppCode . public function transfer($domain='',$sld='',$tld='',$year=1,$dns=[],$whois=[],$wprivacy=false,$eppCode=''){ ...

renewal() - Domain Name Renewal

It is used to renew Domain name registration. Parameters; $params Provides the value of [options] index in the $order variable in the class. $domain Full domain name, example: com $sld Domain name, example: example $tld Extension of domain name, example: co...

cost_prices() - Extension Cost Info

It is used to withdraw the amount of the domain name extension, you can optionally delete the function. You can also use this function to drag all extensions available on the API. public function cost_prices($type='domain'){ if(!$this->config["setting...

NsDetails() - Nameserver Information

It is used to fetch available nameserver information of domain name. public function NsDetails($params=[]){ $domain = idn_to_ascii($params["domain"],0,INTL_IDNA_VARIANT_UTS46); $details = $this->api->get_details($domain); if(!$detai...

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top