Libraries tagged by settings api
nordsoftware/yii-ga-reports-api
3 Downloads
Extension for getting reports from Google Analytics Core Reports API
pintu1234/zoom-video-api
3 Downloads
zoom metting
codeq/zoom-api
473 Downloads
Gets upcoming Zoom meetings and Zoom recordings via Eel Helper
checkit/verowa_apiconnector
4 Downloads
This extension connects to the Verowa API. To use it in your Typo3 project, you need a Verowa instance and an API key.Verowa is a Swiss organization tool for parishes. Verowa connects your team, manages your rooms and equipment, helps you plan events like church services or meetings and organizes your advertising, service weeks and much more. Verowa informs you about changes and keeps your website up to date with this plugin.Translated with www.DeepL.com\\\/Translator (free version)
brebvix/servers.fun_api
2 Downloads
PHP library for getting information about game servers using Servers.Fun api.
violuke/betfair
28 Downloads
Betfair API PHP 5.4+ library
janjansen/betfair-php
621 Downloads
Betfair API PHP 5.4+ library
elevenstack/axiosphp
15 Downloads
method for getting api
cmdconfig/betfair
19 Downloads
Betfair API PHP 5.4+ library
geniv/betfair
23 Downloads
Betfair API PHP 5.4+ library
tofers/instagram-post-info
26 Downloads
Getting data about a post on Instagram. Nickname, location, post date, number of likes, photo.
quickhelper/quickzoom
3 Downloads
A complete Laravel Zoom integration package
omersolmaz45/zoomer2
8 Downloads
Zoomer2
newngapi/ngapi
18 Downloads
A PHP SDK for integrating with the NG gaming platform API. This SDK provides a simple and efficient way to interact with the NG gaming platform's API services.
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".