PHPackages                             lushdigital/microservice-crud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. lushdigital/microservice-crud

ActiveLibrary[Framework](/categories/framework)

lushdigital/microservice-crud
=============================

A CRUD convenience layer for microservices built in Lumen.

v3.0.0(8y ago)73.9k6MITPHPPHP &gt;=5.6.4

Since Feb 14Pushed 8y ago2 watchersCompare

[ Source](https://github.com/LUSHDigital/microservice-crud)[ Packagist](https://packagist.org/packages/lushdigital/microservice-crud)[ RSS](/packages/lushdigital-microservice-crud/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (4)Versions (11)Used By (0)

Lush Digital - CRUD
===================

[](#lush-digital---crud)

A CRUD convenience layer for microservices built in Lumen.

Description
-----------

[](#description)

This package is intended to provide a convenient layer on top of Lumen to streamline the process of developing a RESTful CRUD microservice. It reduces the repetitive nature of writing controllers, models and CRUD logic over and over again.

Package Contents
----------------

[](#package-contents)

- An abstract controller which can be extended for quick RESTful CRUD logic.
- Cache clearing observer to ensure your data always appears as up-to-date as possible.

Installation
------------

[](#installation)

Install the package as normal:

```
$ composer require lushdigital/microservice-crud
```

The package requires that the following changes are made to the Lumen config in `bootstrap/app.php`

```
