solazs/qurep

This package is abandoned and no longer maintained. No replacement package was suggested.

dev-master 2017-11-21 18:59 UTC

This package is not auto-updated.

Last update: 2020-08-22 05:45:36 UTC


README

Quick RESTful API in PHP, a domain-independent REST API Symfony bundle.

What's this good for?

Imagine you want to develop a backend application with a RESTful interface. Assuming you utilize Symfony3 and Doctrine for the task, the usual approach is to create some Controller classes and implement actions in them. Why go through implementing the all the default POST, GET and DELETE calls for every Entity, when someone has done it already?

QuReP helps you by providing CRUD operations for any Entity you'd like to publish on your API, and does it quickly and out of the box.

For more information, see the docs or the reference implementation/test app!

About this project

This project is still under heavy development, things are going to change.

Authorization of entities is on my TODO list, but it's not going to happen soon.