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
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is auto-updated.
Last update: 2024-10-18 04:50:49 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 😃