didijudo/checkserver

A PHP lib for check if your server is up!

v0.1 2016-09-28 18:58 UTC

This package is not auto-updated.

Last update: 2024-06-08 17:32:20 UTC


README

What’s it?

This is a simple PHP lib for help you know if your webserver is work correcly. You just call any function for discovery how fine is your server.
The code below return true if your server is up and false if not works.

<?php
$server1 = is_up('http://mysite.com');