Libraries tagged by api response generator
abrha/laravel-data-docs
609 Downloads
Generate beautiful API documentation from Laravel Data classes with attributes for query parameters, hidden fields, and response data
cbaconnier/php-api-factory
672 Downloads
A fluent PHP library for generating fake API response data
nogrod/dhl-retoure-php-sdk
421 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
chamber-orchestra/openapi-doc-bundle
1809 Downloads
Symfony bundle that auto-generates OpenAPI 3.0.1 documentation for Action-Domain-Responder (ADR) pattern applications by scanning #[Operation] and #[Route] attributes.
futuretek/data-mapper
856 Downloads
A lightweight, reflection-based PHP 8.4+ data mapping library for converting associative arrays into typed PHP objects (POPOs), and back. Ideal for OpenAPI-generated DTOs, form handling, and request/response serialization in modern API architectures.
willywes/apiresponse
2000 Downloads
Class to generate a standard structure for api json responses
kolirt/laravel-api-response
601 Downloads
The package will help to generate json answers.
emyoutis/whitehouse-responder
1846 Downloads
A simple API for generating responses in WhiteHouse standards.
emyoutis/laravel-whitehouse-responder
1838 Downloads
A simple API for generating responses in WhiteHouse standards in Laravel.
njuhel/swagger-validator
1907 Downloads
A Swagger Validation and Parser as lib for PHP to secure and helpful application for request / response validating, security stage, testunit skeleton, testauto generation, ... This lib can be used into any existing application who's having a swagger definition file for request/response (no framework dependancies or included).
creatissimo/dhl-de-retoure
18 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
mipotech/yii2-request-logger
6285 Downloads
A useful class for generating a thorough log of all requests and responses. Especially suitable for REST APIs built upon the Yii2 framework.
multividas/api-responser
538 Downloads
Composer package to facilitates the process of structuring and generating API responses
mrgarest/echo-api
333 Downloads
A simple package for generating API responses in Laravel
aivec/response-handler
2257 Downloads
Utilities for creating error object stores, generating error API responses, etc.