azishapidin / larawhois
Laravel Package for grabbing specific information about a domain name.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/azishapidin/larawhois
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is auto-updated.
Last update: 2025-09-18 07:19:10 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 😃