biliboobrian/microservice-model-utils
| Install | |
|---|---|
composer require biliboobrian/microservice-model-utils |
|
| Latest Version: | 1.2.8 |
| License: | MIT |
| Last Updated: | Oct 10, 2020 |
| Links: | GitHub · Packagist |
Lush Digital - Micro Service Model Utils
A set of model related utility and convenience classes for a Lumen microservice.
Description
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.
Package Contents
- Base model abstract class
- Cache handling trait
Installation
Install the package as normal:
$ composer require lushdigital/microservice-model-utils
Related Packages
A set of core functionality and convenience classes for a Lumen microservice agg...
A set of model related utility and convenience classes for a Lumen microservice.
A set of core functionality and convenience classes for a Lumen microservice.
A Lumen package to provide a familiar model paradigm for distributed data.