定制 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.78k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-13