Goal of this bundle is to simplify process of creating APIs with Symfony. We use already well-coded libraries, combine them together to simplify process and not to re-invent the wheel. We've chose REST and HATEOS to have unified standards of API requests and responses.
Documentation for Ecentria Rest Bundle is in Resources/doc/index.md
Installation instructions can be found in the documentation
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Issues and feature requests are tracked in the Github issue tracker.
- Fork repository
- Create your feature branch (
git checkout -b new-feature-name
) - Code your improvement or feature
- Write tests
- Create new Pull Request