A set of model related utility and convenience classes for a Lumen microservice.
lushdigital/microservice-model-utils is a Laravel package for a set of model related utility and convenience classes for a lumen microservice..
It currently has 2 GitHub stars and 5.261 downloads on Packagist (latest version v1.2.3).
Install it with composer require lushdigital/microservice-model-utils.
Discover more Laravel packages by lushdigital
or browse all Laravel packages to compare alternatives.
Last updated
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