承接 petk/phpwhois 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

petk/phpwhois

最新稳定版本:v0.0.2

Composer 安装命令:

composer require petk/phpwhois

包简介

Whois for PHP

关键字:

README 文档

README

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.

统计信息

  • 总下载量: 91.72k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 0
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04