ecentria/ecentria-rest-bundle

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.

Installs: 2 409

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 32

Forks: 12

Open Issues: 8

Type:symfony-bundle

0.3.4 2020-04-30 16:32 UTC

README

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

Documentation for Ecentria Rest Bundle is in Resources/doc/index.md

Installation

Installation instructions can be found in the documentation

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Reporting an issue or a feature request

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

For contributors

  1. Fork repository
  2. Create your feature branch (git checkout -b new-feature-name)
  3. Code your improvement or feature
  4. Write tests
  5. Create new Pull Request