| Package Data | |
|---|---|
| Maintainer Username: | biliboobrian |
| Maintainer Contact: | dan.richards@lush.co.uk (Dan Richards) |
| Package Create Date: | 2019-10-10 |
| Package Last Update: | 2020-10-10 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:18:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 499 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A set of core functionality and convenience classes for a Lumen microservice.
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.
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);