HelgeSverre / Domain-Availability

A PHP Class used to check if a domain has been registered
MIT License
266 stars 137 forks source link

make tlds available #14

Closed gemal closed 7 years ago

gemal commented 9 years ago

I would like to be able to get the list of supported tlds

something like:

public function getTlds() {
  return array_keys($this->whois);
}
nathanheffley commented 7 years ago

I know you probably don't care about this issue anymore, but the function "supportedTlds()" is now merged into the master branch which does what you were looking for.

HelgeSverre commented 7 years ago

This is fixed