LUSHDigital / microservice-model-utils by danmrichards

A set of model related utility and convenience classes for a Lumen microservice.
5,219
2
2
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: 2024-04-17 15:14:03
Package Statistics
Total Downloads: 5,219
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 3
Total Open Issues: 0

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