Libraries tagged by posti
potibm/phluesky
26130 Downloads
An small PHP library for posting messages to the bluesky social network using the AT Protocol.
pakettikauppa/api-library
37540 Downloads
Pakettikauppa API implementation
digitalstars/simplevk
4327 Downloads
Powerful PHP library/framework for VK API bots, supporting LongPoll & Callback & OAuth
itx/jobapplications
50231 Downloads
This extension enables you to manage job postings, has an application form for applicants to apply and an Application Managment Backend Module
toolkito/larasap
6515 Downloads
Laravel social auto posting (Larasap) lets you automatically post all your content to social networks such as Telegram Channel, X (Twitter), and Facebook.
alihesari/larasap
729 Downloads
Laravel social auto posting (Larasap) lets you automatically post all your content to social networks such as Telegram Channel, X (Twitter), and Facebook.
verbb/postie
19227 Downloads
Get shipping rates, tracking status and print labels with Australia Post, UPS, USPS, FedEx, DHL Express, and more.
clarkwinkelmann/flarum-ext-anonymous-posting
3809 Downloads
Anonymous discussions and replies for logged in users
digitalstars/vk_api
10762 Downloads
Powerful PHP library/framework for VK API bots, supporting LongPoll & Callback & OAuth
williamsdb/php2bluesky
575 Downloads
A library that makes posting to Bluesky from PHP simple.
hamzahassanm/laravel-social-auto-post
399 Downloads
Laravel social media auto post package - Complete solution for posting to 8 major social media platforms
sylapi/courier-postis
786 Downloads
Courier
nearata/flarum-ext-prevent-double-posting
1194 Downloads
Prevent double posting
convo-extensions/flarum-ext-guest-posting
1717 Downloads
Anonymous, permission-based guest posting extension for Flarum
nogrod/dhl-retoure-php-sdk
394 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".