Download the PHP package tibinsunny/isitup without Composer
On this page you can find all versions of the php package tibinsunny/isitup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tibinsunny/isitup
More information about tibinsunny/isitup
Files in tibinsunny/isitup
Download tibinsunny/isitup
More information about tibinsunny/isitup
Files in tibinsunny/isitup
Vendor tibinsunny
Package isitup
Short Description Check if the site is rechable without using CURL🚀
License mit
Package isitup
Short Description Check if the site is rechable without using CURL🚀
License mit
Please rate this library. Is it a good library?
Informations about the package isitup
isitup 🦄
isitup is a simple php library which allows users to check if a host is up without using CURL or PING
Installation 📩
composer require tibinsunny/isitup
🔨 Usage 🔨
$host will contain a boolean value after checking if the host is up or not.
i.e, $host will return TRUE | 1 if the site is rechable else it will return FALSE | 0
Sample Code
The above code returnts a code 1 which indicates that the site is rechable.
All versions of isitup with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package tibinsunny/isitup contains the following files
Loading the files please wait ...