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.
- Stan Lemon stosh1985@gmail.com
Details about changes from version to version are stored in CHANGELOG.md
Documentation is stored in the Resources/doc/index.md
file in this bundle:
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
All the installation instructions are located in the documentation.
Issues and feature requests are tracked in the Github issue tracker.
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!