PHPackages                             maslosoft/services - 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. maslosoft/services

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

maslosoft/services
==================

Server Services Status Checker

1.0.1(7y ago)015BSD-3-ClausePHP

Since Jul 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Maslosoft/Services)[ Packagist](https://packagist.org/packages/maslosoft/services)[ RSS](/packages/maslosoft-services/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Services
========

[](#services)

Server Services Status Checker

### Installing

[](#installing)

Installing with git will pull latest development version

```
git clone https://github.com/Maslosoft/Services.git
```

Or by composer to install stable version

```
composer create-project maslosoft/services
```

### Configuring

[](#configuring)

Edit file `services.json`. This file contans simple JSON structure containing service names as keys and whether to check as values.

For example to check `mysql` and `amavis` this file should have following content:

```
{
    "amavis": true,
    "mysql": true
}
```

#### Quick Start

[](#quick-start)

Navigate to folder containing this project and start PHP server:

```
php -S localhost:8080
```

Now navigate to  You should no see list of running services according to `services.json` config. The output format is also JSON similar to configuration file. The values indicate whether the service is running.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

2589d ago

### Community

Maintainers

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

---

Top Contributors

[![pmaselkowski](https://avatars.githubusercontent.com/u/520283?v=4)](https://github.com/pmaselkowski "pmaselkowski (5 commits)")

### Embed Badge

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

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

###  Alternatives

[janisto/yii2-environment

Environment class for Yii 2, used to set configuration for console and web apps depending on the server environment.

2034.6k3](/packages/janisto-yii2-environment)

PHPackages © 2026

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