chasie/laravel-whois

Whois Query Extension for Laravel.

dev-master / 1.0.x-dev 2023-04-04 16:23 UTC

This package is auto-updated.

Last update: 2024-04-04 18:49:22 UTC


README

badge.svg Stable Version Total Downloads License

Laravel 的 Whois 查询模块。

环境需求

  • PHP >= 8.0.2

Installation

composer require chasie/laravel-whois -vv
php artisan migrate
    $info = \Chasie\Whois\Whois::lookup('baidu.com', true);
    $info = \Chasie\Whois\Whois::lookupRaw('google.com');