Ping Pong PHP Pinger

PHP Pinger is a light PHP library to check if an host is up or down.

It uses a socket and can check any host on any port, one or multiple port, can send you an e-mail report, and you can customize it to display some results on a web page.

Where to begin?

Overview

See the examples page to see more.

HTML output example

Labelhost:portResult
Google FRgoogle.fr:80online
Google SSLwww.google.com:443online
404.google.com404.google.com:80offline
SSH exampleexample.com:22offline
Good exampleexample.com:80online

E-Mail report example

PHP Pinger E-Mail Report

Contribute!

Source code is hosted on Github by nicolabricot.
Fell free to fork it, improve it, and do a pull request :)