Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T09:40:11.000Z (2 months ago)
- Last Synced: 2024-09-29T13:45:16.860Z (about 1 month 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
[![Build Status](https://github.com/troytft/rest-api-bundle/workflows/Tests/badge.svg)](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() annotationWork in progress.