PHPackages                             softwarepunt/phonehome - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. softwarepunt/phonehome

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

softwarepunt/phonehome
======================

Software Punt module for remote monitoring and customer service utilities

v0.8.0(7mo ago)0330proprietaryPHPPHP &gt;=8.3

Since Jan 6Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/SoftwarePunt/PhoneHome)[ Packagist](https://packagist.org/packages/softwarepunt/phonehome)[ RSS](/packages/softwarepunt-phonehome/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (17)Used By (0)

PhoneHome
=========

[](#phonehome)

**Software Punt module for remote monitoring and customer service utilities.**

This library provides "phone home" functionality for Software Punt projects. It is intended for managed services and SLA customers.

🪟 This project is open-source so we can be transparent about what data is collected and sent to our servers for monitoring purposes.

✉️ If you have any questions, contact us at .

Installation
------------

[](#installation)

Install the package using [Composer](https://getcomposer.org/):

```
composer require softwarepunt/phonehome
```

This package is compatible with PHP 8.3+.

Usage
-----

[](#usage)

Use the `PhoneHome` client to send a ping to the receiving API:

```
use SoftwarePunt\PhoneHome\PhoneHome;

$response = (new PhoneHome())
    ->setApiBaseUrl("https://sample.api.com/")
    ->setToken("set_api_token")
    ->setTimeout(30)
    ->send();

if ($response?->sla?->active)
    echo "Have active SLA!";
```

The server response will include SLA details if applicable to the caller.

A ping should be sent every minute or so for monitoring purposes. This is typically performed by a background task or cronjob.

Standalone installation
-----------------------

[](#standalone-installation)

You can set up PhoneHome as a standalone application without integrating it into existing software.

Note

We strongly recommend running under a user with limited privileges. These examples target `www-data` with `/var/www/` as home directory:

```
sudo su www-data -s /bin/bash

```

To do so, install it as a global composer package:

```
composer global require softwarepunt/phonehome --prefer-install=source
```

Then set up a cron job to run every minute (`crontab` example):

```
* * * * * (cd /var/www/.config/composer/vendor/softwarepunt/phonehome; TOKEN=SET_ME /var/www/.config/composer/vendor/bin/sp-phone-home)
```

Providers
---------

[](#providers)

The following information is currently collected and sent:

### Environment

[](#environment)

- Server hostname
- OS type and version (e.g. `Ubuntu 24.04.2 LTS (Noble Numbat) (Linux 6.8.0-55-generic)`)
- PHP version
- Working directory
- Reboot required flag
- Mounted storage devices and their capacity / usage

### Network

[](#network)

- Public/outgoing (WAN) address, IPv4 and IPv6
- Private address

### Git version

[](#git-version)

- Commit hash
- Commit date/time

### Installed software versions

[](#installed-software-versions)

- nginx
- MySQL Server (`mysqld`)
- Redis Server (`redis-server`)
- .NET Runtime / SDK (`dotnet`)
- Python (`python`)
- Node.JS (`node`)
- Composer (`composer`)
- OpenSSL (`openssl`)
- vsftpd

### Status monitors

[](#status-monitors)

Project specific status monitors can be registered to collect additional information. The results of these monitors will be included in the collected data.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance66

Regular maintenance activity

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~65 days

Total

16

Last Release

239d ago

PHP version history (3 changes)v0.1.0PHP &gt;=8.2

v0.4.0PHP &gt;=8.1

v0.4.7PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a6873ef39d8543fca22ac4bbc6ceded1454067f2d82d2b51cdd2642d7f14bed?d=identicon)[roydejong](/maintainers/roydejong)

---

Top Contributors

[![roydejong](https://avatars.githubusercontent.com/u/6772638?v=4)](https://github.com/roydejong "roydejong (41 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[honeybadger-io/honeybadger-php

Honeybadger PHP library

381.5M4](/packages/honeybadger-io-honeybadger-php)

PHPackages © 2026

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