PHPackages                             filld/service-status - 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. filld/service-status

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

filld/service-status
====================

A simple status response to the root `/` route. It returns the App name, version, environment, and git sha.

v1.0.1(7y ago)0103PHP

Since Nov 9Pushed 7y ago4 watchersCompare

[ Source](https://github.com/filld/service-status)[ Packagist](https://packagist.org/packages/filld/service-status)[ RSS](/packages/filld-service-status/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Filld Service Status
====================

[](#filld-service-status)

A Simple Lumen Service provider to provide us with a consistent response to the `/` route in our APIs.

It returns the App name, the version, the environment, and the git sha.

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

[](#installation)

```
composer require filld/service-status

```

Then, register the Service Provider in the `bootstrap/app.php` file:

```
$app->register(Filld\ServiceStatus\ServiceStatusServiceProvider::class);
```

Navigate to your service's root route and you should see:

```
{
    "app": "Service Name",
    "release": "1.0.0",
    "environment": "production",
    "commit": "ec75e50"
}
```

Troubleshooting
---------------

[](#troubleshooting)

This requires that you have a registered config file at `config/app.php` that has at least the following within it:

```
return [
    'name' => "Service Name",
    'version' => "1.0.0",
];
```

And, for lumen, you have to load that config in `bootstrap/app.php` BEFORE you register your service providers

```
$app->configure('app');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

2

Last Release

2790d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/747085?v=4)[Ryan Hoshor](/maintainers/russianryebread)[@russianryebread](https://github.com/russianryebread)

### Embed Badge

![Health badge](/badges/filld-service-status/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[artesaos/seotools

SEO Tools for Laravel and Lumen

3.4k5.3M63](/packages/artesaos-seotools)[cmgmyr/messenger

Simple user messaging tool for Laravel

2.6k2.5M6](/packages/cmgmyr-messenger)[anahkiasen/former

A powerful form builder

1.3k1.4M14](/packages/anahkiasen-former)[glorand/laravel-model-settings

Model Settings for your Laravel app

9141.1M4](/packages/glorand-laravel-model-settings)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.4M36](/packages/prologue-alerts)

PHPackages © 2026

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