Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

solazs/qurep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuReP

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.

Releases

No releases published

Packages

No packages published

Languages