PHPackages                             lushdigital/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. lushdigital/microservice-core

ActiveLibrary[Framework](/categories/framework)

lushdigital/microservice-core
=============================

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

v1.1.2(7y ago)105.5k5MITPHPPHP &gt;=5.6.4

Since Feb 9Pushed 7y ago6 watchersCompare

[ Source](https://github.com/LUSHDigital/microservice-core)[ Packagist](https://packagist.org/packages/lushdigital/microservice-core)[ RSS](/packages/lushdigital-microservice-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (15)Used By (0)

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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

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

Recently: every ~153 days

Total

13

Last Release

2595d ago

Major Versions

v0.3.4 → v1.0.02017-07-28

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/b002a9bba3fdfe2547d930c380b9d89dccf2fffc8fa7b7dca92463f95e486e05?d=identicon)[Lush Dev](/maintainers/Lush%20Dev)

---

Tags

frameworklaravellumenmicroserviceframeworklaravellumenMicroservice

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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