Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (28 loc) · 1.9 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.9 KB

LemonRestBundle

Build Status

This bundle provides REST endpoints for Doctrine entities. It is a highly opinionated, convention driven solution to rapidly deploying a REST API. It relies on the strengths of libraries like JMS Serializer, Will Durands Content Negotiation library and the Doctrine Object Relation Mapper library to make assumptions and drive your REST API off of convention.

If you are looking for an extremely flexible way to build REST APIs this library is not for you, and I suggest you take a look at the fantastic work being done on the Friends of Symfony REST Bundle.

Authors

Changes

Details about changes from version to version are stored in CHANGELOG.md

Documentation

Documentation is stored in the Resources/doc/index.md file in this bundle:

Demo

A demo application is available at https://github.com/stanlemon/rest-demo-app

You can also try it yourself online at http://restdemo-stanlemon.rhcloud.com

Installation

All the installation instructions are located in the documentation.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

Contributing

Go for it! Please open a PR against the develop branch and make sure to, at the very least, include a functional test covering your work. Or even better, full functional and unit tests!