Libraries tagged by rest services
comodojo/dispatcher.project
233 Downloads
Composer project template for comodojo/dispatcher.framework
comodojo/dispatcher.framework
2650 Downloads
Hackable REST framework
comodojo/dispatcher
14 Downloads
comodojo/dispatcher framework default project package
kshabazz/battlenet-d3
31 Downloads
An API (written in PHP) for accessing Battle.net Diablo 3 REST service.
igorsantos07/yii-jsoncontroller
15 Downloads
Simple controller to be used for REST services. Helps with Content-Type and JSON output.
ytake/hhypermedia
5852 Downloads
for HATEOAS REST web services
nogrod/dhl-shipping-php-sdk
26 Downloads
Note: This is the specification of the DPDHL Group Parcel DE Shipping API for Post & Parcel Germany. This REST web service allows business customers to create shipping labels on demand.
jeylabs/vsts
378 Downloads
Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) REST API PHP Client
docxpresso/dxcloud
32 Downloads
A PHP SDK designed to simplify the connection to the FREE DXCloud REST API Service for the generation of PDF & Word files
benjaminhansen/nws-php
36 Downloads
A wrapper for the National Weather Service REST API (https://api.weather.gov).
pektop/neospeech
8 Downloads
PHP wrapper for NeoSpeech Text-to-Speech REST web service
vaibhavpandeyvpz/tez
527 Downloads
Fast and simple enough, framework agnostic, RegExp based HTTP router for micro-services and REST APIs.
nofuzz/framework
352 Downloads
A PHP nano framework for REST API's & Micro-Services
nogrod/dhl-retoure-php-sdk
56 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".
lubuzzo/php-aws-ses
8 Downloads
Send emails via Amazon Simple Email Service (SES) with REST-like interface