2017 © Pedro Peláez
 

library host-getter

Library to get web host information for a given domain

image

corycollier/host-getter

Library to get web host information for a given domain

  • Monday, May 15, 2017
  • by corycollier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

Host Getter

This project serves as a library to allow a simple interface for getting host information from a domain. Build Status, (*1)

Usage

<?php
require 'vendor/autoload.php'

$query = new HostGetter\Query();
$result = $query->find('example.com');
print_r($result);

The Versions

15/05 2017
15/05 2017

0.1.0

0.1.0.0

Library to get web host information for a given domain

  Sources   Download

MIT

The Requires

 

The Development Requires