2017 © Pedro Peláez
 

library whois

Whois client based on React.

image

react/whois

Whois client based on React.

  • Tuesday, November 15, 2016
  • by WyriHaximus
  • Repository
  • 9 Watchers
  • 73 Stars
  • 620 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 19 Forks
  • 8 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

React/Whois

Whois client based on React., (*1)

Build Status, (*2)

Install

The recommended way to install react/whois is through composer., (*3)

{
    "require": {
        "react/whois": "0.1.*"
    }
}

Example

<?php

$client = new React\Whois\Client($resolver, $connFactory);
$client
    ->query('igor.io')
    ->then(function ($result) {
        echo $result;
    });

Todo

  • Provide convenience connection factory (maybe in react core)
  • Use react/dns dependency once it is merged
  • Streaming whois body
  • Timeout

Tests

To run the test suite, you need PHPUnit., (*4)

$ phpunit

License

MIT, see LICENSE., (*5)

Resources

The Versions

15/11 2016

dev-master

9999999-dev

Whois client based on React.

  Sources   Download

MIT

The Requires

 

whois

08/08 2013

v0.2.0

0.2.0.0

Whois client based on React.

  Sources   Download

MIT

The Requires

 

whois

18/11 2012

v0.1.1

0.1.1.0

Whois client based on React.

  Sources   Download

MIT

The Requires

 

whois

08/11 2012

v0.1.0

0.1.0.0

Whois client based on React.

  Sources   Download

MIT

The Requires

 

whois