Libraries tagged by php-rest
memurame/abacus-php-rest-api
18 Downloads
Abacus REST API Client
medianasms/php-rest-sdk
1656 Downloads
Medianasms REST API client
mathz/php-restclient
4 Downloads
A generic REST API client for PHP
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".
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
202 Downloads
A framework for building REST API structures
hostingbe/php-restapi-sslstore
76 Downloads
php API REST client to connect to sslstore API, including logging and retry functionality. SSLstore supplies you with more than 100 certificates to offer to your clients
higimo/php-rest-service
12 Downloads
PHPRestService is a simple and fast PHP class for server side RESTful APIs.
ggeweb/php-restclient
18 Downloads
A generic REST API client for PHP (Forked from tcdent/php-restclient)