Libraries tagged by respondr
signifly/laravel-api-responder
5175 Downloads
API Responses for your Laravel API.
toneflix-code/laravel-resource-modifier
1061 Downloads
A Laravel package that intercepts and help you customize, remove or modify the meta data on your eloquent api resource response.
simplon/router
772 Downloads
Simple routing
pitch/symfony-adr
269 Downloads
This bundle makes it easier to follow ADR pattern while writing a Symfony application
n1215/simple-adr
17 Downloads
A PSR-15 / PSR-17 compatible simple Action-Domain-Responder pattern example.
bloatless/endocore
75 Downloads
Bloatless Endocore is a framework designed to quickly build web applications following the Action-Domain-Responder pattern.
abdulbaset/response-format-trait
38 Downloads
A PHP package for standardizing and formatting API and web responses.
p2made/yii2-p2y2-things
8545 Downloads
A bunch of CSS & JS resources wrapped as Yii 2 AssetBundles &/or Widgets.
upscale/http-server-mock
3728 Downloads
HTTP server that responds to recognized requests with static body and headers
termyn/smart-reply-bundle
597 Downloads
Integration of smart responder based on the Symfony HTTP Foundation
ofbeaton/db-ping
18 Downloads
Verify a Database server is responding.
nogrod/dhl-retoure-php-sdk
88 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".
nazg/skeleton
46 Downloads
Action-Domain-Responder (ADR) Micro framework for HHVM/Hack
hydreflab/laravel-adr
28 Downloads
Action-Domain-Responder (ADR) pattern plugin for Laravel
equip/adr
4591 Downloads
Interfaces for Action Domain Responder pattern