stanlemon / rest-bundle
Create REST endpoints for Doctrine entities
Installs: 4 197
Dependents: 1
Suggesters: 0
Security: 0
Stars: 124
Watchers: 9
Forks: 21
Open Issues: 1
Requires
- php: >=7.3.0
- doctrine/common: ^2.13.3
- doctrine/doctrine-bundle: ^1.12.10
- doctrine/orm: ^2.7.3
- jms/serializer: ^1.14.1
- jms/serializer-bundle: ^2.4.4
- ocramius/package-versions: ~1.5.1
- psr/log: ^1.1.3
- symfony/framework-bundle: ^3.4.42
- symfony/validator: ^3.4.42
- symfony/yaml: ^3.4.42
- willdurand/negotiation: ^2.3.1
Requires (Dev)
- phpunit/phpunit: ^9.2.5
- symfony/phpunit-bridge: ^5.1.2
- symfony/symfony: ^3.4.2
- dev-master
- 0.10.0
- 0.9.1
- 0.9.0
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- dev-dependabot/composer/symfony/phpunit-bridge-tw-6.0.3
- dev-dependabot/composer/willdurand/negotiation-tw-3.1.0
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/willdurand/negotiation-tw-3.0.0
- dev-develop
- dev-fix-deps
- dev-swagger
This package is auto-updated.
Last update: 2022-03-23 01:02:19 UTC
README
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
- Stan Lemon stosh1985@gmail.com
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!