2017 © Pedro Peláez
 

library whois

Fetcher of WHOIS information.

image

oarkhipov/whois

Fetcher of WHOIS information.

  • Tuesday, October 17, 2017
  • by oarkhipov
  • Repository
  • 3 Watchers
  • 3 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 5 Versions
  • 50 % Grown

The README.md

WHOIS

[IN DEVELOPMENT] This package provides functionality to fetch WHOIS information of a domain., (*1)

Installation

composer require oarkhipov/whois

Laravel

There is a service provider for Laravel.
Add this to your providers array in config/app.php:, (*2)

Oarkhipov\Whois\Laravel\WhoisServiceProvider::class,

Usage

Firstly, create Fetcher class instance:, (*3)

use Oarkhipov\Whois\Fetcher;

$fetcher = new Fetcher();

With Laravel you are able to typehint it like that:, (*4)

use Oarkhipov\Whois\Fetcher;

class TestController extends Controller
{
    private $whoisFetcher;

    public function __construct(Fetcher $fetcher)
    {
      $this->whoisFetcher = $fetcher;
    }
}

or resolve from container by whois name like that:, (*5)

$fetcher = $this->app->make('whois');

Now to retrieve WHOIS record:, (*6)

$whois = $fetcher->fetch('http://facebook.com');

Check wiki for a list of supported WHOIS record fields and tested top-level domains., (*7)

The Versions

17/10 2017

dev-master

9999999-dev https://github.com/Oleg-Arkhipov/whois/

Fetcher of WHOIS information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Oleg Arkhipov

domain whois

17/10 2017

0.2.0

0.2.0.0 https://github.com/Oleg-Arkhipov/whois/

Fetcher of WHOIS information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Oleg Arkhipov

domain whois

12/09 2017

dev-analysis-8bjaL5

dev-analysis-8bjaL5 https://github.com/Oleg-Arkhipov/whois/

Fetcher of WHOIS information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Oleg Arkhipov

domain whois

12/09 2017

dev-analysis-qgx7L6

dev-analysis-qgx7L6 https://github.com/Oleg-Arkhipov/whois/

Fetcher of WHOIS information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Oleg Arkhipov

domain whois

05/09 2017

0.1.0

0.1.0.0 https://github.com/Oleg-Arkhipov/whois/

Fetcher of WHOIS information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Oleg Arkhipov

domain whois