ahmand / check-host
Check-Host.net API wrapper for php
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ahmand/check-host
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();