bentbot / namedotcomapi

Name.com API PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name.com PHP API

Enables access to Name.com's API using PHP and Composer.

Creating a new construct

$name = new NameDotComApi('username', 'api-key-api-key-api-key-api-key-api-key');
$domains = $name->getDomainList();
print_r($domains);

API Functions

Hello

  • HelloFunc()

DNS Records

  • RecordModel()

DNSSEC

  • DNSSECModel()

Domains

  • DomainModel()
  • addPrice($tld, $price)
  • getDomainList()
  • checkDomain($keyword)

Email Forwarding

  • EmailForwardingModel()

Domain Transfers

  • TransferModel()

URL Forwarding

  • URLForwardingModel()

Vanity Nameservers

  • VanityNameserversModel( $domain, $hostname, $ips = [] )
  • ListVanityNameservers( $domain )
  • GetVanityNameserver( $domain, $hostname )
  • CreateVanityNameserver( $domain, $hostname, $ips )
  • UpdateVanityNameserver( $domain, $hostname, $ips )
  • DeleteVanityNameserver( $domain, $hostname )

About

Name.com API PHP


Languages

Language:PHP 100.0%