azishapidin/larawhois
Composer 安装命令:
composer require azishapidin/larawhois
包简介
Laravel Package for grabbing specific information about a domain name.
README 文档
README
Introduction
LaraWhois is Laravel 5 Package Wrapper for https://jsonwhoisapi.com/. To use this Package, we must have https://jsonwhoisapi.com/ Account (Account ID and API Key).
Instalation
This Package is Still on Development
This package is now Available on Packagist, just type this command on Terminal:
composer require azishapidin/larawhois @dev
Next, add the ServiceProvider to the providers array in config/app.php
AzisHapidin\LaraWhois\LaraWhoisProvider::class,
To publish the config file use:
php artisan vendor:publish
This command will add larawhois.php to config folder.
Usage
Will be updated in the future 😃
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-10-08