ahmand / check-host
There is no license information available for the latest version (v0.3) of this package.
Check-Host.net API wrapper for php
v0.3
2024-07-18 05:03 UTC
Requires
- guzzlehttp/guzzle: ^7.8
README
CheckHost wrapper for php depends on php 8
Installation
composer require ahmand/check-host
Sample
<?php use GuzzleHttp\Client; require_once '../vendor/autoload.php'; $checkhost = new \Ahmand\CheckHost\CheckHost(new Client()); $ping = $checkhost->PingCheck('mr-alireza.ir'); echo $checkhost->CheckResult();