2017 © Pedro Peláez
 

library domain-check

Domain availability checker.

image

phppackage/domain-check

Domain availability checker.

  • Thursday, February 1, 2018
  • by lcherone
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Domain Checker

Build Status StyleCI Scrutinizer Code Quality Code Coverage Packagist Version Packagist Downloads, (*1)

WIP: Domain availability checker., (*2)

Install

Require this package with composer using the following command:, (*3)

``` bash $ composer require phppackage/domain-check, (*4)


### Usage example: <?php require 'vendor/autoload.php'; use \PHPPackage\DomainCheck\Checker; // domain name (without tlds) $name = 'mynewdomainnamexyz'; // define tlds $tlds = [ 'com', 'net' ]; // init checker class $checker = new Checker($tlds); /** * Lookup all tlds for a given name, e.g domain.com, domain.net ... * @return array */ $result = $checker->availability('domain'); Array ( [mynewdomainnamexyz] => Array ( [com] => 1 [net] => 1 ) ) ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING for details., (*5)

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

01/02 2018

dev-master

9999999-dev http://github.com/phppackage/domain-check

Domain availability checker.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

domain checker availability whois

01/02 2018

v1.0.0

1.0.0.0 http://github.com/phppackage/domain-check

Domain availability checker.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

domain checker availability whois

01/02 2018

dev-analysis-zEm9eG

dev-analysis-zEm9eG http://github.com/phppackage/domain-check

Domain availability checker.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

domain checker availability whois

01/02 2018

dev-analysis-XNQZE1

dev-analysis-XNQZE1 http://github.com/phppackage/domain-check

Domain availability checker.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

domain checker availability whois

01/02 2018

dev-analysis-8m5NAE

dev-analysis-8m5NAE http://github.com/phppackage/domain-check

Domain availability checker.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

domain checker availability whois