PHPackages                             biliboobrian/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. biliboobrian/microservice-crud

ActiveLibrary[Framework](/categories/framework)

biliboobrian/microservice-crud
==============================

A CRUD convenience layer for microservices built in Lumen.

3.0.5(5y ago)151513MITPHP

Since Feb 14Pushed 5y agoCompare

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

READMEChangelogDependencies (4)Versions (16)Used By (3)

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`

```
