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 3d 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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity62

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

2744d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8041f21805ca3e5f7b7d8c0980bbc7cc27412235c6dcb1c4832ad08ceec0e91?d=identicon)[russianryebread](/maintainers/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

[artesaos/seotools

SEO Tools for Laravel and Lumen

3.3k5.1M60](/packages/artesaos-seotools)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[spatie/laravel-googletagmanager

Google Tag Manager integration for Laravel

4413.4M5](/packages/spatie-laravel-googletagmanager)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)

PHPackages © 2026

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