| 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-10-27 03:18:47 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 496 | 
| Monthly Downloads: | 7 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 0 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
A set of model related utility and convenience classes for a Lumen microservice.
This package is intended to provide a set of utilities to make your life easier when dealing with models in a microservice. You may for example want to get the name of the database table a model uses without instantiating a new model instance. This package also provides convenience functions and a trait to help with cache invalidation.
Install the package as normal:
$ composer require lushdigital/microservice-model-utils