https://github.com/troytft/rest-api-bundle
REST API Bundle is abstraction layer for requests and responses
https://github.com/troytft/rest-api-bundle
api php rest rest-api symfony symfony-bundle
Last synced: 2 months ago
JSON representation
REST API Bundle is abstraction layer for requests and responses
- Host: GitHub
- URL: https://github.com/troytft/rest-api-bundle
- Owner: troytft
- License: apache-2.0
- Created: 2019-09-27T21:24:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T09:40:11.000Z (over 1 year ago)
- Last Synced: 2025-01-31T04:32:04.939Z (about 1 year ago)
- Topics: api, php, rest, rest-api, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 890 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# REST API Bundle
[](https://github.com/troytft/rest-api-bundle/workflows/Tests/badge.svg)
Features:
* Abstraction level for requests: describe jsonBody/queryString by php class, properties are configured by annotations
* Abstraction level for responses: describe response object by php class, properties are configured by public getters
* Auto-generated documentation: generate OpenAPI specification without additional code, just add @Docs\Endpoint() annotation
Work in progress.