2017 © Pedro Peláez
 

library who-hosts-this-php

A simple PHP wrapper for Who-Host-This API calls

image

whatcms/who-hosts-this-php

A simple PHP wrapper for Who-Host-This API calls

  • Thursday, February 22, 2018
  • by WhatCMSAdmin
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 50 % Grown

The README.md

Who-Hosts-This PHP API

A simple PHP wrapper for Who-Hosts-This API calls, (*1)

Installation

We recommended installing who-hosts-this-php through Composer., (*2)

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of Who-Hosts-This:, (*3)

php composer.phar require whatcms/who-hosts-this-php

Once installed, you can use the WhoHostsThis class to fetch results:, (*4)

require 'vendor/autoload.php';

$key = 'Your API Key';
$detector = new \WhoHostsThis\WhoHostsThis($key);
$check_url = 'en.wikipedia.org';

$result  = $detector->CheckUrl($check_url);
print_r($result)

The Versions

22/02 2018

dev-master

9999999-dev https://www.who-hosts-this.com/

A simple PHP wrapper for Who-Host-This API calls

  Sources   Download

MIT

The Requires

 

22/02 2018

v0.1

0.1.0.0 https://www.who-hosts-this.com/

A simple PHP wrapper for Who-Host-This API calls

  Sources   Download

MIT

The Requires