Libraries tagged by service tech
meta-tech/pws-server
11 Downloads
PwsServer is a web application skeleton in silex2 managing web services through PwsAuth protocol
black-sheep-tech/laravel-ui-avatars
557 Downloads
A simple service provider/wrapper for the UI Avatars API (https://ui-avatars.com).
black-sheep-tech/laravel-ip-api
8 Downloads
A simple service provider/wrapper for the IP API Service (https://ip-api.com).
black-sheep-tech/laravel-dice-bear
7 Downloads
A simple service provider/wrapper for the DiceBear Avatars API (https://dicebear.com/).
beinmedia-tech/lara-subscription
4 Downloads
Lara Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
technicalguru/rest-client
966 Downloads
A PHP library for accessing REST services
techdivision/payone-mockable
4 Downloads
Extend payone-gmbh/magento-2 module in order to allow provide mock service endpoint
techdata/context-di-bundle
14 Downloads
Symfony2 library to allow for context aware services.
techlify-inc/laravel-user-management
99 Downloads
A Module with API Services for Laravel User Management
previewtechs/sdk-core-php
221 Downloads
Mail Services of Preview Technologies PHP library
previewtechs/mailservices-php
210 Downloads
Mail Services of Preview Technologies PHP library
timlenoh/arrow
0 Downloads
A simple kind of framework to handle injection of services, using latest PHP tech
gtsciences/hg_reader
20 Downloads
Provides the hg_reader for Georgia Tech's Mercury syndication service
n8felton/dtd-asset-warranty
3 Downloads
PHP library for accessing the Dell TechDirect Asset and Warranty 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".