| Package Data | |
|---|---|
| Maintainer Username: | danmrichards |
| Maintainer Contact: | dan.richards@lush.co.uk (Dan Richards) |
| Package Create Date: | 2017-02-09 |
| Package Last Update: | 2017-08-22 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:09:40 |
| Package Statistics | |
|---|---|
| Total Downloads: | 5,256 |
| Monthly Downloads: | 7 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 3 |
| 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