Looking to hire Laravel developers? Try LaraJobs

laravel-whois maintained by larva

Description
Whois Query Extension for Laravel.
Last update
2025/07/28 09:21 (dev-master)
License
Links
Downloads
36 792
Tags

Comments
comments powered by Disqus

laravel-whois

Laravel 的 Whois 查询模块。

环境需求

  • PHP >= 8.0.2

安装

composer require larva/laravel-whois -vv

使用

    $info = \Larva\Whois\Whois::lookup('baidu.com');
    $info = \Larva\Whois\Whois::lookupRaw('google.com');