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

Maintainers

Package info

github.com/Incognito-Coder/CheckHost-PHP

pkg:composer/ahmand/check-host

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-18 08:57:04 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();