Libraries tagged by phprest
nirvana72/phprest2
11 Downloads
PhpRest2 是一款纯restful的轻量框架
mszewcz/php-rest-server
139 Downloads
REST server implementation for PHP 7.1+
memurame/abacus-php-rest-api
18 Downloads
Abacus REST API Client
liorphp/fullstory-php-rest-api
13 Downloads
Php library for Fullstory
kruegge82/dhl-retoure-php-rest-sdk
2 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".
kgulpinar/avangate-php-rest-api-client
446 Downloads
jc-lab/php-rest-http-invoker
17 Downloads
jason-gao/php-rest-response
90 Downloads
php rest api response
jaenmedina/php-rest-client
23 Downloads
A PHP REST Client.
hq9000/php-rest-router
191 Downloads
A framework for building REST API structures
higimo/php-rest-service
12 Downloads
PHPRestService is a simple and fast PHP class for server side RESTful APIs.
gamringer/php-rest
144 Downloads
PHP REST Framework
galancev/php-rest-service
694 Downloads
PHPRestService is a simple and fast PHP class for server side RESTful APIs.
filippofinke/php-rest
44 Downloads
Simple php rest api framework
fathomminds/php-rest-models
908 Downloads
Framework independent PHP REST models with schema validation and multiple database engine support.