azishapidin/larawhois

该软件包最新版本(0.8)没有可用的许可信息。

Laravel 域名特定信息获取软件包。

0.8 2017-10-11 13:56 UTC

This package is auto-updated.

Last update: 2024-09-18 04:38:46 UTC


README

简介

LaraWhois 是 Laravel 5 对 https://jsonwhoisapi.com/ 的包装。要使用此软件包,我们必须拥有 https://jsonwhoisapi.com/ 账户(账户 ID 和 API 密钥)。

安装

此软件包仍在开发中

现在此软件包已在 Packagist 上提供,请在终端输入以下命令

composer require azishapidin/larawhois @dev

接下来,将 ServiceProvider 添加到 config/app.php 中的 providers 数组中

AzisHapidin\LaraWhois\LaraWhoisProvider::class,

要发布配置文件,请使用

php artisan vendor:publish

此命令将 larawhois.php 添加到 config 文件夹中。

用法

将在未来更新 😃