2017 © Pedro Peláez
 

library database-rest-unwrapper

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

image

robinmarechal/database-rest-unwrapper

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

  • Monday, March 5, 2018
  • by RobinMarechal
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Database Rest Unwrapper

This project is deprecated and no longer maintained!, (*1)

A simple way to unwrap your database as a RESTful API. Only tested with Laravel 5.5 and MySQL., (*2)

Requirements

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

Installation

Installing the package and it's dependencies:, (*3)

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, (*4)

Registering the service provider to your app:, (*5)

Go to the file /config/app.php, add the line, (*6)

RobinMarechal\DatabaseRestUnwrapper\DatabaseRestUnwrapperServiceProvider::class,

in the providers section., (*7)

Final step:, (*8)

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, (*9)

Here you go!

See the doc, (*10)

The Versions

05/03 2018

dev-master

9999999-dev https://github.com/RobinMarechal/database-rest-unwrapper

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

  Sources   Download

MIT

The Requires

 

The Development Requires

robinmarechal databaserestunwrapper

09/02 2018

v1.1

1.1.0.0 https://github.com/RobinMarechal/database-rest-unwrapper

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

  Sources   Download

MIT

The Requires

 

robinmarechal databaserestunwrapper