azishapidin/larawhois

There is no license information available for the latest version (0.8) of this package.

Laravel Package for grabbing specific information about a domain name.

0.8 2017-10-11 13:56 UTC

This package is auto-updated.

Last update: 2024-05-18 03:58:46 UTC


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 😃