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

ActiveLibrary[Framework](/categories/framework)

rustyphp/microservice-crud
==========================

A CRUD convenience layer for microservices built in Lumen.

v3.0.3(6y ago)03MITPHP

Since Feb 14Pushed 6y agoCompare

[ Source](https://github.com/rustyphp/microservice-crud)[ Packagist](https://packagist.org/packages/rustyphp/microservice-crud)[ RSS](/packages/rustyphp-microservice-crud/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (14)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`

```
