PHPackages                             robinmarechal/database-rest-unwrapper - 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. [API Development](/categories/api)
4. /
5. robinmarechal/database-rest-unwrapper

AbandonedArchivedLibrary[API Development](/categories/api)

robinmarechal/database-rest-unwrapper
=====================================

A simple way to unwrap your database as a RESTful API.

v1.1(8y ago)013MITPHPPHP &gt;=7.0.0

Since Feb 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/RobinMarechal/database-rest-unwrapper)[ Packagist](https://packagist.org/packages/robinmarechal/database-rest-unwrapper)[ Docs](https://github.com/RobinMarechal/database-rest-unwrapper)[ RSS](/packages/robinmarechal-database-rest-unwrapper/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

Database Rest Unwrapper
=======================

[](#database-rest-unwrapper)

> This project is deprecated and no longer maintained!

A simple way to unwrap your database as a RESTful API. Only tested with Laravel 5.5 and MySQL.

### Requirements

[](#requirements)

```
PHP: >= 7.0.0
illuminate/support: ~5.1
illuminate/database: 5.5.*
illuminate/http: 5.5.*
nesbot/carbon: ^1.22

```

### Installation

[](#installation)

**Installing the package and it's dependencies:**

```
composer require robinmarechal/database-rest-unwrapper:1.0-dev

```

Or, add the line `"robinmarechal/database-rest-unwrapper": "^1.0.x-dev"` to the `require ` section of your `composer.json`, then run the command `composer update`

**Registering the service provider to your app:**

Go to the file `/config/app.php`, add the line

```
RobinMarechal\DatabaseRestUnwrapper\DatabaseRestUnwrapperServiceProvider::class,

```

in the `providers` section.

**Final step:**

Add the line `use HandleRestRequest;` to a parent class of your application's controllers, or to all of your controllers. In a fresh Laravel installation, the Controller class should be located at `app/Http/Controllers/Controller.php`

#### **Here you go!**

[](#here-you-go)

[See the doc](http://github.com/RobinMarechal/database-rest-unwrapper/blob/master/documentation.md "See the doc")

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3063d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16049815?v=4)[Robin Marechal](/maintainers/RobinMarechal)[@robinmarechal](https://github.com/robinmarechal)

---

Tags

RobinMarechalDatabaseRestUnwrapper

### Embed Badge

![Health badge](/badges/robinmarechal-database-rest-unwrapper/health.svg)

```
[![Health](https://phpackages.com/badges/robinmarechal-database-rest-unwrapper/health.svg)](https://phpackages.com/packages/robinmarechal-database-rest-unwrapper)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
