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

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ahmand/check-host

v0.3 2024-07-18 05:03 UTC

This package is auto-updated.

Last update: 2025-12-18 08:09:51 UTC


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();