PHPackages                             phpservermon/phpservermon - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpservermon/phpservermon

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phpservermon/phpservermon
=========================

PHP Server Monitor

v3.5.2(5y ago)2.2k86680[13 issues](https://github.com/phpservermon/phpservermon/issues)[2 PRs](https://github.com/phpservermon/phpservermon/pulls)GPL-3.0-or-laterJavaScriptPHP ^5.5.9|&gt;=7.0.8CI passing

Since Aug 7Pushed 1y ago127 watchersCompare

[ Source](https://github.com/phpservermon/phpservermon)[ Packagist](https://packagist.org/packages/phpservermon/phpservermon)[ Docs](https://www.phpservermonitor.org)[ Fund](https://bunq.me/t)[ Fund](https://www.paypal.me/TimZandbergen99)[ RSS](/packages/phpservermon-phpservermon/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (10)Dependencies (10)Versions (21)Used By (0)Security (5)

PHP Server Monitor
==================

[](#php-server-monitor)

[![Join the chat at https://gitter.im/phpservermon/phpservermon](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/phpservermon/phpservermon)[![Join the discord at https://discord.gg/Rv7nRP4HVq](https://camo.githubusercontent.com/eba64c10c5f9ddd71944e918ac1ada497ae2cf6e7c7cc02f207dbbe58f03e8ee/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f313335393932333333303739383435363939323f6c6f676f3d646973636f7264266c6f676f436f6c6f723d7768697465266c6162656c3d446973636f7264266c6162656c436f6c6f723d253233353836354632266c696e6b3d6874747073253341253246253246646973636f72642e67672532465276376e525034485671)](https://discord.gg/Rv7nRP4HVq)Version 3.6.0.beta2

PHP Server Monitor is a script that checks whether your websites and servers are up and running. It comes with a web based user interface where you can manage your services and websites, and you can manage users for each server with a mobile number and email address.

Features:
---------

[](#features)

- Monitor services and websites (see below).
- Email, SMS, Discord, Pushover, Telegram and Jabber notifications.
- View history graphs of uptime and latency.
- User authentication with 2 levels (administrator and regular user).
- Logs of connection errors, outgoing emails and text messages.
- Easy cronjob implementation to automatically check your servers.

There are two different ways to monitor a server:

- Service

    A connection will be made to the entered ip or domain, on the given port. This way you can check if certain services on your machine are still running. To check your IMAP service for example, enter port 143.
- Website

    You can enter a link to a website, it will then use cURL to open the website and check the HTTP status code. If the HTTP status code is in the 4xx/5xx, it means an error occurred and the website is not accessible to the public. You can also set a regular expression to match for content on the page itself. If the regular expression returns no matches, the website is considered down. In both cases the script will return a "status offline", and will start sending out notifications.

Each server has its own settings regarding notification. You can choose for email, text message (SMS), Pushover.net, Telegram and Jabber notifications. The following SMS gateways are currently available:

- Clickatell - &lt;&gt;
- Inetworx - &lt;&gt;
- Messagebird - &lt;&gt;
- Mosms - &lt;&gt;
- Smsglobal - &lt;&gt;
- SMSit - &lt;&gt;
- Spryng - &lt;&gt;
- Textmarketer - &lt;&gt;
- FreeVoipDeal - &lt;&gt;
- Nexmo - &lt;&gt;
- OctoPush - &lt;&gt;
- FreeMobile (FR) - &lt;&gt;
- Twilio - &lt;&gt;
- CM Telecom - &lt;&gt;
- GatewayAPI - &lt;&gt;
- SolutionsInfini - &lt;&gt;
- Plivo - &lt;&gt;
- Callr - &lt;&gt;
- SMSAPI - &lt;&gt;
- OVH SMS PRO - &lt;&gt;
- PromoSMS - &lt;&gt;
- Infobip - &lt;&gt;
- LabsMobile - &lt;&gt;
- Tele2 Messaging - &lt;&gt;

Please note: for these gateways you will need an account with sufficient credits.

Join the community
------------------

[](#join-the-community)

[![Join the discord at https://discord.gg/Rv7nRP4HVq](https://camo.githubusercontent.com/550df0094d7ba874dd63cd1c0e43a6f5d7441551d5ba83bb28611c831a9fc892/68747470733a2f2f646973636f72642e636f6d2f6170692f6775696c64732f313335393932333333303739383435363939322f7769646765742e706e673f7374796c653d62616e6e657234)](https://discord.gg/Rv7nRP4HVq)Download
--------

[](#download)

The latest version can be downloaded from .

Requirements
------------

[](#requirements)

- Web server
- MySQL database
- For PHP5: 5.5.9+
- For PHP7: 7.0.8+
- PHP Extensions (modules)
    - ext-curl
    - ext-ctype
    - ext-filter
    - ext-hash
    - ext-json
    - ext-libxml
    - ext-openssl
    - ext-pdo
    - ext-pcre
    - ext-sockets
    - ext-xml

Install
-------

[](#install)

Please see docs/install.rst. In a nutshell: unzip, upload, run install.php, enjoy.

If you have downloaded the source from GitHub (and not a pre-built package), the dependencies are not included. To be able to run an installation from the repo, you need to run the following command to install the dependencies:

```
php composer.phar install
```

If you are familiar with Vagrant ():

```
vagrant up
```

Documentation
-------------

[](#documentation)

The documentation is available in the docs folder or .

License
-------

[](#license)

PHP Server Monitor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

PHP Server Monitor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with PHP Server Monitor. If not, see .

Docker
------

[](#docker)

PHPServerMonitor is now available on Docker :

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community38

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~129 days

Recently: every ~80 days

Total

18

Last Release

2102d ago

PHP version history (3 changes)v3.1.0PHP &gt;=5.3.7

v3.3.0PHP &gt;=5.5.9

v3.4.0PHP ^5.5.9|&gt;=7.0.8

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5cdf1ac00f11683b7634e112247ee592ed86cb6d6439ab6ec9a5410c6114026?d=identicon)[ottnorml](/maintainers/ottnorml)

---

Top Contributors

[![TimZ99](https://avatars.githubusercontent.com/u/15219858?v=4)](https://github.com/TimZ99 "TimZ99 (266 commits)")[![sadortun](https://avatars.githubusercontent.com/u/794449?v=4)](https://github.com/sadortun "sadortun (78 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (25 commits)")[![tomhatzer](https://avatars.githubusercontent.com/u/3952168?v=4)](https://github.com/tomhatzer "tomhatzer (21 commits)")[![VeoPVM](https://avatars.githubusercontent.com/u/1679922?v=4)](https://github.com/VeoPVM "VeoPVM (16 commits)")[![victormacko](https://avatars.githubusercontent.com/u/495820?v=4)](https://github.com/victormacko "victormacko (13 commits)")[![PVasileff](https://avatars.githubusercontent.com/u/2411033?v=4)](https://github.com/PVasileff "PVasileff (12 commits)")[![vus520](https://avatars.githubusercontent.com/u/2123561?v=4)](https://github.com/vus520 "vus520 (11 commits)")[![Laupe](https://avatars.githubusercontent.com/u/1008242?v=4)](https://github.com/Laupe "Laupe (10 commits)")[![xsuchy09](https://avatars.githubusercontent.com/u/1107359?v=4)](https://github.com/xsuchy09 "xsuchy09 (7 commits)")[![mateuszmalek](https://avatars.githubusercontent.com/u/13499892?v=4)](https://github.com/mateuszmalek "mateuszmalek (7 commits)")[![mtelgkamp](https://avatars.githubusercontent.com/u/33117529?v=4)](https://github.com/mtelgkamp "mtelgkamp (6 commits)")[![viharm](https://avatars.githubusercontent.com/u/2663937?v=4)](https://github.com/viharm "viharm (6 commits)")[![wienfuchs](https://avatars.githubusercontent.com/u/44177781?v=4)](https://github.com/wienfuchs "wienfuchs (6 commits)")[![imsoftware](https://avatars.githubusercontent.com/u/1321773?v=4)](https://github.com/imsoftware "imsoftware (5 commits)")[![nerdalertdk](https://avatars.githubusercontent.com/u/3426495?v=4)](https://github.com/nerdalertdk "nerdalertdk (4 commits)")[![marc-farre](https://avatars.githubusercontent.com/u/23310825?v=4)](https://github.com/marc-farre "marc-farre (4 commits)")[![charlesmulder](https://avatars.githubusercontent.com/u/1179063?v=4)](https://github.com/charlesmulder "charlesmulder (4 commits)")[![tuk1976](https://avatars.githubusercontent.com/u/104832749?v=4)](https://github.com/tuk1976 "tuk1976 (4 commits)")[![madeinnordeste](https://avatars.githubusercontent.com/u/91989?v=4)](https://github.com/madeinnordeste "madeinnordeste (4 commits)")

### Embed Badge

![Health badge](/badges/phpservermon-phpservermon/health.svg)

```
[![Health](https://phpackages.com/badges/phpservermon-phpservermon/health.svg)](https://phpackages.com/packages/phpservermon-phpservermon)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
