https://github.com/solazs/qurep
A Symfony Bundle to aid with REST API development
https://github.com/solazs/qurep
php rest rest-api restful symfony-bundle symfony3
Last synced: 9 months ago
JSON representation
A Symfony Bundle to aid with REST API development
- Host: GitHub
- URL: https://github.com/solazs/qurep
- Owner: solazs
- License: mit
- Archived: true
- Created: 2015-11-10T23:29:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T19:00:14.000Z (over 8 years ago)
- Last Synced: 2023-07-15T23:36:21.879Z (almost 3 years ago)
- Topics: php, rest, rest-api, restful, symfony-bundle, symfony3
- Language: PHP
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](doc/index.md) or the
[reference implementation/test app](https://github.com/solazs/qurep-testing)!
### 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.