PHP code example of xandco / whoisproxy
1. Go to this page and download the library: Download xandco/whoisproxy library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
xandco / whoisproxy example snippets
php
// config/app.php
'providers' => [
WhoisProxy\WhoisProxyServiceProvider::class,
];
bash
$ php artisan vendor:publish --provider="WhoisProxy\WhoisProxyServiceProvider"
php
use WhoisProxy\WhoisProxy;
...
$whoisProxy = new WhoisProxy( $options = [] );
php
$whoisProxy->deepQuery( 'example.com' );