LaraWhois
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)., (*1)
Instalation
This Package is Still on Development, (*2)
This package is now Available on Packagist, just type this command on Terminal:, (*3)
composer require azishapidin/larawhois @dev
Next, add the ServiceProvider to the providers array in config/app.php, (*4)
AzisHapidin\LaraWhois\LaraWhoisProvider::class,
To publish the config file use:, (*5)
php artisan vendor:publish
This command will add larawhois.php
to config
folder., (*6)
Usage
Will be updated in the future :smiley:, (*7)