Libraries tagged by php-test
mszewcz/php-rest-server
141 Downloads
REST server implementation for PHP 7.1+
millennial/php-restcall
3 Downloads
Simple PHP Rest Call
memurame/abacus-php-rest-api
18 Downloads
Abacus REST API Client
medianasms/php-rest-sdk
1701 Downloads
Medianasms REST API client
mathz/php-restclient
9 Downloads
A generic REST API client for PHP
liorphp/fullstory-php-rest-api
13 Downloads
Php library for Fullstory
legolabs/openvidu-php-rest-api
80 Downloads
OpenVidu REST API client
kruegge82/dhl-retoure-php-rest-sdk
6 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".
kredeum/php-restclient
3 Downloads
A generic REST API client for PHP with multipart capabilities
kgulpinar/avangate-php-rest-api-client
446 Downloads
kfosoft/php-restful-client
362 Downloads
PHP RESTful Client
jc-lab/php-rest-http-invoker
17 Downloads
jason-gao/php-rest-response
92 Downloads
php rest api response
jaenmedina/php-rest-client
23 Downloads
A PHP REST Client.
hq9000/php-rest-router
216 Downloads
A framework for building REST API structures