petk/phpwhois

Whois for PHP
116,731 7
Install
composer require petk/phpwhois
Latest Version:v0.0.2
PHP:>=8.1
License:MIT
Last Updated:Jul 18, 2024
Links: GitHub  ·  Packagist
Maintainer: petk

PhpWhois

Test workflow

About

Warning: This library is in development phase and is not stable for real usage yet.

PhpWhois library is inspired by PHPWhois.org library and others, but aims to be updated for more recent version of PHP and with more domain servers.

Requirements

PhpWhois library requires PHP 8.1.

Documentation

Installation

You can install the PhpWhois library with Composer (recommended way):

composer require petk/phpwhois

Autoloading

You can load PhpWhois library by using Composer's autoloader:

<?php
// index.php
require('vendor/autoload.php');

use PhpWhois\Whois;

$whois = new Whois('yourdomain.tld');
echo $whois->lookup();

License

This library is licensed under the MIT License.

Related Packages

snaver/sauron

Laravel 5.3+ project to monitor changes in Whois and DNS records.

22 2
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

612,604,198 9,704
laravel/framework

The Laravel Framework.

554,918,666 34,821