PHPackages                             biliboobrian/microservice-core - 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. [Framework](/categories/framework)
4. /
5. biliboobrian/microservice-core

ActiveLibrary[Framework](/categories/framework)

biliboobrian/microservice-core
==============================

A set of core functionality and convenience classes for a Lumen microservice.

1.1.6(5y ago)15262MITPHP

Since Feb 9Pushed 5y agoCompare

[ Source](https://github.com/biliboobrian/microservice-core)[ Packagist](https://packagist.org/packages/biliboobrian/microservice-core)[ RSS](/packages/biliboobrian-microservice-core/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (19)Used By (2)

Lush Digital - Micro Service Core
=================================

[](#lush-digital---micro-service-core)

A set of core functionality and convenience classes for a Lumen microservice.

Description
-----------

[](#description)

This package is intended to provide a quick and easy bootstrap of functionality that a micro service is expected to provide. This includes an information route that could be used by a service registry, it also includes a health check route to verify your microservice is working.

The package also contains some convenience classes to help develop microservices.

Package Contents
----------------

[](#package-contents)

- Core micro service controller
- Micro service helper class
- Base enumeration class.
- Exception handling trait
- JSON Response trait
- String handling trait

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

[](#installation)

Install the package as normal:

```
$ composer require lushdigital/microservice-core
```

Register the service provider with Lumen in the `bootstrap/app.php` file:

```
$app->register(LushDigital\MicroServiceCore\MicroServiceServiceProvider::class);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

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

Recently: every ~139 days

Total

17

Last Release

2044d ago

Major Versions

v0.3.4 → v1.0.02017-07-28

### Community

Maintainers

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

---

Top Contributors

[![biliboobrian](https://avatars.githubusercontent.com/u/3063613?v=4)](https://github.com/biliboobrian "biliboobrian (2 commits)")

---

Tags

frameworklaravellumenMicroservice

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/biliboobrian-microservice-core/health.svg)

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

###  Alternatives

[lushdigital/microservice-core

A set of core functionality and convenience classes for a Lumen microservice.

105.5k](/packages/lushdigital-microservice-core)

PHPackages © 2026

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