Libraries tagged by respond
aiarmada/engagement
648 Downloads
Generic Laravel engagement package: follow, bookmark, respond, react, subscribe, reminders, share
bitexpert/adroit
1096 Downloads
PSR-7 Middleware based on the ADR (Action Domain Responder) paradigm.
moaalaa/laravel-api-responder
807 Downloads
A Package For Easy And Structured Api Response
pepperfm/api-responder-for-laravel
1659 Downloads
Easy api responder template using via DI
offspring/laravel-handle-responder
9214 Downloads
A Laravel package for building API responses
leafpoda/hyperf-api-responder
7364 Downloads
ars/api-responder-laravel
77 Downloads
A library to simplify the creation of standardized API responses.
signifly/laravel-api-responder
5197 Downloads
API Responses for your Laravel API.
imanghafoori/laravel-responder
333 Downloads
A minimal yet powerful package to give you opportunity to refactor your controllers.
raditzfarhan/laravel-api-response
3907 Downloads
Laravel API response formatter
chamber-orchestra/openapi-doc-bundle
1810 Downloads
Symfony bundle that auto-generates OpenAPI 3.0.1 documentation for Action-Domain-Responder (ADR) pattern applications by scanning #[Operation] and #[Route] attributes.
upscale/http-server-mock
3765 Downloads
HTTP server that responds to recognized requests with static body and headers
tcds-io/php-jackson-laravel
1811 Downloads
A Laravel plugin to inject and respond serializable objects in controllers
radar/project
479 Downloads
An Action-Domain-Responder project skeleton.
nogrod/dhl-retoure-php-sdk
424 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".